#B1D66D

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

Shades of Conifer #B1D66D

Tints of Conifer #B1D66D

Color information

#B1D66D (or 0xB1D66D) is unknown color: approx Conifer. HEX triplet: B1, D6 and 6D. RGB value is (177,214,109). Sum of RGB (Red+Green+Blue) = 177+214+109=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D66D is #4E2992. Grayscale: #BFBFBF. Windows color (decimal): -5122451 or 7198385. OLE color: 7198385.

HSL color Cylindrical-coordinate representation of color #B1D66D: hue angle of 81.14º 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 #B1D66D is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB177214109-
CMYK0.1700.490.16
HSL81.14º56.15%63.33%-
HSV(B)81.14º49.07%83.92%-
XYZ44.9458.5423.4-
YUV190.9781.74118.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=35.4%
G=42.8%
B=21.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141090.1700.490.1681.1456.1563.33
HexB1D66D110311051383f
Octal26132615521061201217077
Binary10110001110101101101101100010110001100001010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D66D; }

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

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

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

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

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

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

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

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