#B0F859

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

Shades of Conifer #B0F859

Tints of Conifer #B0F859

Color information

#B0F859 (or 0xB0F859) is unknown color: approx Conifer. HEX triplet: B0, F8 and 59. RGB value is (176,248,89). Sum of RGB (Red+Green+Blue) = 176+248+89=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F859 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F859 is #4F07A6. Grayscale: #D0D0D0. Windows color (decimal): -5179303 or 5896368. OLE color: 5896368.

HSL color Cylindrical-coordinate representation of color #B0F859: hue angle of 87.17º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0F859 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB17624889-
CMYK0.2900.640.03
HSL87.17º91.91%66.08%-
HSV(B)87.17º64.11%97.25%-
XYZ53.2877.0921.52-
YUV208.3560.65104.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 248 (97.27% from 255) = 48.34%
BLUE value IS 89 (35.16% from 255) = 17.35%
R=34.31%
G=48.34%
B=17.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176248890.2900.640.0387.1791.9166.08
HexB0F8591D0403575c42
Octal2603701313501003127134102
Binary10110000111110001011001111010100000011101011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F859; }

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

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

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

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

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

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

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

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