#B2D66C

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

Shades of Conifer #B2D66C

Tints of Conifer #B2D66C

Color information

#B2D66C (or 0xB2D66C) is unknown color: approx Conifer. HEX triplet: B2, D6 and 6C. RGB value is (178,214,108). Sum of RGB (Red+Green+Blue) = 178+214+108=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D66C is #4D2993. Grayscale: #BFBFBF. Windows color (decimal): -5056916 or 7132850. OLE color: 7132850.

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

Color convert

RGB178214108-
CMYK0.1700.500.16
HSL80.38º56.38%63.14%-
HSV(B)80.38º49.53%83.92%-
XYZ45.1158.6423.13-
YUV191.1581.07118.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=35.6%
G=42.8%
B=21.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782141080.1700.500.1680.3856.3863.14
HexB2D66C110321050383f
Octal26232615421062201207077
Binary10110010110101101101100100010110010100001010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D66C; }

 p { color: rgb(178,214,108); }

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

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

 a { background-color: rgb(178,214,108); }

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

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

 span { border-color: rgb(178,214,108); }

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