#B2D66D

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

Shades of Conifer #B2D66D

Tints of Conifer #B2D66D

Color information

#B2D66D (or 0xB2D66D) is unknown color: approx Conifer. HEX triplet: B2, D6 and 6D. RGB value is (178,214,109). Sum of RGB (Red+Green+Blue) = 178+214+109=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D66D is #4D2992. Grayscale: #BFBFBF. Windows color (decimal): -5056915 or 7198386. OLE color: 7198386.

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

Color convert

RGB178214109-
CMYK0.1700.490.16
HSL80.57º56.15%63.33%-
HSV(B)80.57º49.07%83.92%-
XYZ45.1758.6623.41-
YUV191.2781.57118.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=35.53%
G=42.71%
B=21.76%

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
Decimal1782141090.1700.490.1680.5756.1563.33
HexB2D66D110311051383f
Octal26232615521061201217077
Binary10110010110101101101101100010110001100001010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D66D; }

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

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

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

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

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

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

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

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