#B5D156

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

Shades of Conifer #B5D156

Tints of Conifer #B5D156

Color information

#B5D156 (or 0xB5D156) is unknown color: approx Conifer. HEX triplet: B5, D1 and 56. RGB value is (181,209,86). Sum of RGB (Red+Green+Blue) = 181+209+86=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D156 is #4A2EA9. Grayscale: #BBBBBB. Windows color (decimal): -4861610 or 5689781. OLE color: 5689781.

HSL color Cylindrical-coordinate representation of color #B5D156: hue angle of 73.66º 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 #B5D156 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB18120986-
CMYK0.1300.590.18
HSL73.66º57.21%57.84%-
HSV(B)73.66º58.85%81.96%-
XYZ43.5456.117.34-
YUV186.6171.22124-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 86 (33.98% from 255) = 18.07%
R=38.03%
G=43.91%
B=18.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181209860.1300.590.1873.6657.2157.84
HexB5D156D03B124a393a
Octal26532112615073221127172
Binary1011010111010001101011011010111011100101001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D156; }

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

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

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

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

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

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

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

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