#B0D764

Color #B0D764 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0D764

Tints of Conifer #B0D764

Color information

#B0D764 (or 0xB0D764) is unknown color: approx Conifer. HEX triplet: B0, D7 and 64. RGB value is (176,215,100). Sum of RGB (Red+Green+Blue) = 176+215+100=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D764 is #4F289B. Grayscale: #BEBEBE. Windows color (decimal): -5187740 or 6608816. OLE color: 6608816.

HSL color Cylindrical-coordinate representation of color #B0D764: hue angle of 80.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0D764 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB176215100-
CMYK0.1800.530.16
HSL80.35º58.97%61.76%-
HSV(B)80.35º53.49%84.31%-
XYZ44.5158.7521.05-
YUV190.2377.08117.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=35.85%
G=43.79%
B=20.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151000.1800.530.1680.3558.9761.76
HexB0D7641203510503b3e
Octal26032714422065201207376
Binary10110000110101111100100100100110101100001010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D764; }

 p { color: rgb(176,215,100); }

 H1.HeaderClassName
 {
   color: #B0D764;
 }
 .AnyTagClassName
 {
   color: #B0D764;
 }
</style>
background-color css

<style>
 a { background-color: #B0D764; }

 a { background-color: rgb(176,215,100); }

 div.DivClassName
 {
   background-color: #B0D764;
 }
 .BgClassName
 {
   background-color: #B0D764;
 }
</style>
border-color css

<style>
 span { border-color: #B0D764; }

 span { border-color: rgb(176,215,100); }

 td.TdClassName
 {
   border-color: #B0D764;
 }
 .TagClassName
 {
   border-color: #B0D764;
 }
</style>