#B0D566

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

Shades of Conifer #B0D566

Tints of Conifer #B0D566

Color information

#B0D566 (or 0xB0D566) is unknown color: approx Conifer. HEX triplet: B0, D5 and 66. RGB value is (176,213,102). Sum of RGB (Red+Green+Blue) = 176+213+102=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D566 is #4F2A99. Grayscale: #BDBDBD. Windows color (decimal): -5188250 or 6739376. OLE color: 6739376.

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

Color convert

RGB176213102-
CMYK0.1700.520.16
HSL80º56.92%61.76%-
HSV(B)80º52.11%83.53%-
XYZ44.157.7821.4-
YUV189.2878.74118.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=35.85%
G=43.38%
B=20.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131020.1700.520.168056.9261.76
HexB0D566110341050393e
Octal26032514621064201207176
Binary10110000110101011100110100010110100100001010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D566; }

 p { color: rgb(176,213,102); }

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

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

 a { background-color: rgb(176,213,102); }

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

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

 span { border-color: rgb(176,213,102); }

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