#B0F996

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

Shades of Madang #B0F996

Tints of Madang #B0F996

Color information

#B0F996 (or 0xB0F996) is unknown color: approx Madang. HEX triplet: B0, F9 and 96. RGB value is (176,249,150). Sum of RGB (Red+Green+Blue) = 176+249+150=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F996 is #4F0669. Grayscale: #D8D8D8. Windows color (decimal): -5178986 or 9894320. OLE color: 9894320.

HSL color Cylindrical-coordinate representation of color #B0F996: hue angle of 104.24º degrees, saturation: 0.89, 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 #B0F996 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB176249150-
CMYK0.2900.400.02
HSL104.24º89.19%78.24%-
HSV(B)104.24º39.76%97.65%-
XYZ57.2979.1841.12-
YUV215.8990.8299.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=30.61%
G=43.30%
B=26.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491500.2900.400.02104.2489.1978.24
HexB0F9961D028268594e
Octal260371226350502150131116
Binary10110000111110011001011011101010100010110100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F996; }

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

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

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

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

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

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

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

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