#B0E456

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

Shades of Conifer #B0E456

Tints of Conifer #B0E456

Color information

#B0E456 (or 0xB0E456) is unknown color: approx Conifer. HEX triplet: B0, E4 and 56. RGB value is (176,228,86). Sum of RGB (Red+Green+Blue) = 176+228+86=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E456 is #4F1BA9. Grayscale: #C4C4C4. Windows color (decimal): -5184426 or 5694640. OLE color: 5694640.

HSL color Cylindrical-coordinate representation of color #B0E456: hue angle of 81.97º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0E456 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB17622886-
CMYK0.2300.620.11
HSL81.97º72.45%61.57%-
HSV(B)81.97º62.28%89.41%-
XYZ47.3365.3918.93-
YUV196.2665.77113.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 228 (89.45% from 255) = 46.53%
BLUE value IS 86 (33.98% from 255) = 17.55%
R=35.92%
G=46.53%
B=17.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176228860.2300.620.1181.9772.4561.57
HexB0E4561703EB52483e
Octal260344126270761312211076
Binary10110000111001001010110101110111110101110100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E456; }

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

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

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

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

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

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

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

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