#B0D66D

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

Shades of Conifer #B0D66D

Tints of Conifer #B0D66D

Color information

#B0D66D (or 0xB0D66D) is unknown color: approx Conifer. HEX triplet: B0, D6 and 6D. RGB value is (176,214,109). Sum of RGB (Red+Green+Blue) = 176+214+109=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D66D is #4F2992. Grayscale: #BFBFBF. Windows color (decimal): -5187987 or 7198384. OLE color: 7198384.

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

Color convert

RGB176214109-
CMYK0.1800.490.16
HSL81.71º56.15%63.33%-
HSV(B)81.71º49.07%83.92%-
XYZ44.7158.4323.39-
YUV190.6781.91117.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=35.27%
G=42.89%
B=21.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141090.1800.490.1681.7156.1563.33
HexB0D66D120311052383f
Octal26032615522061201227077
Binary10110000110101101101101100100110001100001010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D66D; }

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

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

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

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

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

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

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

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