#B9E158

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

Shades of Conifer #B9E158

Tints of Conifer #B9E158

Color information

#B9E158 (or 0xB9E158) is unknown color: approx Conifer. HEX triplet: B9, E1 and 58. RGB value is (185,225,88). Sum of RGB (Red+Green+Blue) = 185+225+88=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E158 is #461EA7. Grayscale: #C5C5C5. Windows color (decimal): -4595368 or 5824953. OLE color: 5824953.

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

Color convert

RGB18522588-
CMYK0.1800.610.12
HSL77.52º69.54%61.37%-
HSV(B)77.52º60.89%88.24%-
XYZ48.6964.8719.19-
YUV197.4266.25119.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 88 (34.77% from 255) = 17.67%
R=37.15%
G=45.18%
B=17.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185225880.1800.610.1277.5269.5461.37
HexB9E1581203DC4e463d
Octal271341130220751411610675
Binary10111001111000011011000100100111101110010011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E158; }

 p { color: rgb(185,225,88); }

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

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

 a { background-color: rgb(185,225,88); }

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

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

 span { border-color: rgb(185,225,88); }

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