#B0E15E

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

Shades of Conifer #B0E15E

Tints of Conifer #B0E15E

Color information

#B0E15E (or 0xB0E15E) is unknown color: approx Conifer. HEX triplet: B0, E1 and 5E. RGB value is (176,225,94). Sum of RGB (Red+Green+Blue) = 176+225+94=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E15E is #4F1EA1. Grayscale: #C3C3C3. Windows color (decimal): -5185186 or 6218160. OLE color: 6218160.

HSL color Cylindrical-coordinate representation of color #B0E15E: hue angle of 82.44º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0E15E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB17622594-
CMYK0.2200.580.12
HSL82.44º68.59%62.55%-
HSV(B)82.44º58.22%88.24%-
XYZ46.8563.8920.45-
YUV195.4270.77114.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=35.56%
G=45.45%
B=18.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176225940.2200.580.1282.4468.5962.55
HexB0E15E1603AC52453f
Octal260341136260721412210577
Binary10110000111000011011110101100111010110010100101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E15E; }

 p { color: rgb(176,225,94); }

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

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

 a { background-color: rgb(176,225,94); }

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

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

 span { border-color: rgb(176,225,94); }

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