#B0D156

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

Shades of Conifer #B0D156

Tints of Conifer #B0D156

Color information

#B0D156 (or 0xB0D156) is unknown color: approx Conifer. HEX triplet: B0, D1 and 56. RGB value is (176,209,86). Sum of RGB (Red+Green+Blue) = 176+209+86=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D156 is #4F2EA9. Grayscale: #B9B9B9. Windows color (decimal): -5189290 or 5689776. OLE color: 5689776.

HSL color Cylindrical-coordinate representation of color #B0D156: hue angle of 76.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0D156 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB17620986-
CMYK0.1600.590.18
HSL76.1º57.21%57.84%-
HSV(B)76.1º58.85%81.96%-
XYZ42.3855.517.28-
YUV185.1172.07121.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=37.37%
G=44.37%
B=18.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176209860.1600.590.1876.157.2157.84
HexB0D1561003B124c393a
Octal26032112620073221147172
Binary10110000110100011010110100000111011100101001100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D156; }

 p { color: rgb(176,209,86); }

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

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

 a { background-color: rgb(176,209,86); }

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

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

 span { border-color: rgb(176,209,86); }

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