#B9F556

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

Shades of Conifer #B9F556

Tints of Conifer #B9F556

Color information

#B9F556 (or 0xB9F556) is unknown color: approx Conifer. HEX triplet: B9, F5 and 56. RGB value is (185,245,86). Sum of RGB (Red+Green+Blue) = 185+245+86=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F556 is #460AA9. Grayscale: #D1D1D1. Windows color (decimal): -4590250 or 5699001. OLE color: 5699001.

HSL color Cylindrical-coordinate representation of color #B9F556: hue angle of 82.64º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9F556 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB18524586-
CMYK0.2400.650.04
HSL82.64º88.83%64.9%-
HSV(B)82.64º64.9%96.08%-
XYZ54.3476.2920.67-
YUV208.9358.62110.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 245 (96.09% from 255) = 47.48%
BLUE value IS 86 (33.98% from 255) = 16.67%
R=35.85%
G=47.48%
B=16.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185245860.2400.650.0482.6488.8364.9
HexB9F556180414535941
Octal2713651263001014123131101
Binary101110011111010110101101100001000001100101001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F556; }

 p { color: rgb(185,245,86); }

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

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

 a { background-color: rgb(185,245,86); }

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

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

 span { border-color: rgb(185,245,86); }

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