#B0FA96

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

Shades of Madang #B0FA96

Tints of Madang #B0FA96

Color information

#B0FA96 (or 0xB0FA96) is unknown color: approx Madang. HEX triplet: B0, FA and 96. RGB value is (176,250,150). Sum of RGB (Red+Green+Blue) = 176+250+150=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FA96 is #4F0569. Grayscale: #D8D8D8. Windows color (decimal): -5178730 or 9894576. OLE color: 9894576.

HSL color Cylindrical-coordinate representation of color #B0FA96: hue angle of 104.4º 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 #B0FA96 is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB176250150-
CMYK0.3000.40.02
HSL104.4º90.91%78.43%-
HSV(B)104.4º40%98.04%-
XYZ57.679.841.22-
YUV216.4790.4899.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=30.56%
G=43.40%
B=26.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501500.3000.40.02104.490.9178.43
HexB0FA961E0282685b4e
Octal260372226360502150133116
Binary10110000111110101001011011110010100010110100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA96; }

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

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

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

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

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

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

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

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