#B9FA96

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

Shades of Madang #B9FA96

Tints of Madang #B9FA96

Color information

#B9FA96 (or 0xB9FA96) is unknown color: approx Madang. HEX triplet: B9, FA and 96. RGB value is (185,250,150). Sum of RGB (Red+Green+Blue) = 185+250+150=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA96 is #460569. Grayscale: #DBDBDB. Windows color (decimal): -4588906 or 9894585. OLE color: 9894585.

HSL color Cylindrical-coordinate representation of color #B9FA96: hue angle of 99º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9FA96 is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB185250150-
CMYK0.2600.40.02
HSL99º90.91%78.43%-
HSV(B)99º40%98.04%-
XYZ59.780.8941.32-
YUV219.1688.97103.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=31.62%
G=42.74%
B=25.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501500.2600.40.029990.9178.43
HexB9FA961A0282635b4e
Octal271372226320502143133116
Binary10111001111110101001011011010010100010110001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA96; }

 p { color: rgb(185,250,150); }

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

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

 a { background-color: rgb(185,250,150); }

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

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

 span { border-color: rgb(185,250,150); }

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