#B0E959

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

Shades of Conifer #B0E959

Tints of Conifer #B0E959

Color information

#B0E959 (or 0xB0E959) is unknown color: approx Conifer. HEX triplet: B0, E9 and 59. RGB value is (176,233,89). Sum of RGB (Red+Green+Blue) = 176+233+89=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E959 is #4F16A6. Grayscale: #C8C8C8. Windows color (decimal): -5183143 or 5892528. OLE color: 5892528.

HSL color Cylindrical-coordinate representation of color #B0E959: hue angle of 83.75º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0E959 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB17623389-
CMYK0.2400.620.09
HSL83.75º76.6%63.14%-
HSV(B)83.75º61.8%91.37%-
XYZ48.8568.2320.05-
YUV199.5465.62111.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 89 (35.16% from 255) = 17.87%
R=35.34%
G=46.79%
B=17.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176233890.2400.620.0983.7576.663.14
HexB0E9591803E9544d3f
Octal260351131300761112411577
Binary10110000111010011011001110000111110100110101001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E959; }

 p { color: rgb(176,233,89); }

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

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

 a { background-color: rgb(176,233,89); }

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

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

 span { border-color: rgb(176,233,89); }

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