#B0D66B

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

Shades of Conifer #B0D66B

Tints of Conifer #B0D66B

Color information

#B0D66B (or 0xB0D66B) is unknown color: approx Conifer. HEX triplet: B0, D6 and 6B. RGB value is (176,214,107). Sum of RGB (Red+Green+Blue) = 176+214+107=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D66B is #4F2994. Grayscale: #BEBEBE. Windows color (decimal): -5187989 or 7067312. OLE color: 7067312.

HSL color Cylindrical-coordinate representation of color #B0D66B: hue angle of 81.31º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0D66B is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB176214107-
CMYK0.1800.500.16
HSL81.31º56.61%62.94%-
HSV(B)81.31º50%83.92%-
XYZ44.658.3822.83-
YUV190.4480.91117.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=35.41%
G=43.06%
B=21.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141070.1800.500.1681.3156.6162.94
HexB0D66B120321051393f
Octal26032615322062201217177
Binary10110000110101101101011100100110010100001010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D66B; }

 p { color: rgb(176,214,107); }

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

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

 a { background-color: rgb(176,214,107); }

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

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

 span { border-color: rgb(176,214,107); }

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