#B0EA56

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

Shades of Conifer #B0EA56

Tints of Conifer #B0EA56

Color information

#B0EA56 (or 0xB0EA56) is unknown color: approx Conifer. HEX triplet: B0, EA and 56. RGB value is (176,234,86). Sum of RGB (Red+Green+Blue) = 176+234+86=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA56 is #4F15A9. Grayscale: #C8C8C8. Windows color (decimal): -5182890 or 5696176. OLE color: 5696176.

HSL color Cylindrical-coordinate representation of color #B0EA56: hue angle of 83.51º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0EA56 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB17623486-
CMYK0.2500.630.08
HSL83.51º77.89%62.75%-
HSV(B)83.51º63.25%91.76%-
XYZ49.0168.7519.49-
YUV199.7963.78111.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 86 (33.98% from 255) = 17.34%
R=35.48%
G=47.18%
B=17.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176234860.2500.630.0883.5177.8962.75
HexB0EA561903F8544e3f
Octal260352126310771012411677
Binary10110000111010101010110110010111111100010101001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EA56; }

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

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

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

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

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

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

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

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