#B5E156

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

Shades of Conifer #B5E156

Tints of Conifer #B5E156

Color information

#B5E156 (or 0xB5E156) is unknown color: approx Conifer. HEX triplet: B5, E1 and 56. RGB value is (181,225,86). Sum of RGB (Red+Green+Blue) = 181+225+86=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E156 is #4A1EA9. Grayscale: #C4C4C4. Windows color (decimal): -4857514 or 5693877. OLE color: 5693877.

HSL color Cylindrical-coordinate representation of color #B5E156: hue angle of 78.99º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5E156 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB18122586-
CMYK0.2000.620.12
HSL78.99º69.85%60.98%-
HSV(B)78.99º61.78%88.24%-
XYZ47.6664.3518.71-
YUV19665.92117.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 86 (33.98% from 255) = 17.48%
R=36.79%
G=45.73%
B=17.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181225860.2000.620.1278.9969.8560.98
HexB5E1561403EC4f463d
Octal265341126240761411710675
Binary10110101111000011010110101000111110110010011111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E156; }

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

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

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

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

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

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

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

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