#B2D160

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

Shades of Conifer #B2D160

Tints of Conifer #B2D160

Color information

#B2D160 (or 0xB2D160) is unknown color: approx Conifer. HEX triplet: B2, D1 and 60. RGB value is (178,209,96). Sum of RGB (Red+Green+Blue) = 178+209+96=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D160 is #4D2E9F. Grayscale: #BBBBBB. Windows color (decimal): -5058208 or 6345138. OLE color: 6345138.

HSL color Cylindrical-coordinate representation of color #B2D160: hue angle of 76.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2D160 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB17820996-
CMYK0.1500.540.18
HSL76.46º55.12%59.8%-
HSV(B)76.46º54.07%81.96%-
XYZ43.2755.9119.58-
YUV186.8576.73121.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=36.85%
G=43.27%
B=19.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178209960.1500.540.1876.4655.1259.8
HexB2D160F036124c373c
Octal26232114017066221146774
Binary1011001011010001110000011110110110100101001100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D160; }

 p { color: rgb(178,209,96); }

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

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

 a { background-color: rgb(178,209,96); }

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

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

 span { border-color: rgb(178,209,96); }

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