#B0F460

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

Shades of Conifer #B0F460

Tints of Conifer #B0F460

Color information

#B0F460 (or 0xB0F460) is unknown color: approx Conifer. HEX triplet: B0, F4 and 60. RGB value is (176,244,96). Sum of RGB (Red+Green+Blue) = 176+244+96=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F460 is #4F0B9F. Grayscale: #CFCFCF. Windows color (decimal): -5180320 or 6354096. OLE color: 6354096.

HSL color Cylindrical-coordinate representation of color #B0F460: hue angle of 87.57º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0F460 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB17624496-
CMYK0.2800.610.04
HSL87.57º87.06%66.67%-
HSV(B)87.57º60.66%95.69%-
XYZ52.3774.7822.74-
YUV206.865.47106.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 244 (95.70% from 255) = 47.29%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=34.11%
G=47.29%
B=18.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176244960.2800.610.0487.5787.0666.67
HexB0F4601C03D4585743
Octal260364140340754130127103
Binary10110000111101001100000111000111101100101100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F460; }

 p { color: rgb(176,244,96); }

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

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

 a { background-color: rgb(176,244,96); }

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

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

 span { border-color: rgb(176,244,96); }

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