#B0FC9D

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

Shades of Madang #B0FC9D

Tints of Madang #B0FC9D

Color information

#B0FC9D (or 0xB0FC9D) is unknown color: approx Madang. HEX triplet: B0, FC and 9D. RGB value is (176,252,157). Sum of RGB (Red+Green+Blue) = 176+252+157=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC9D is #4F0362. Grayscale: #DADADA. Windows color (decimal): -5178211 or 10353840. OLE color: 10353840.

HSL color Cylindrical-coordinate representation of color #B0FC9D: hue angle of 108º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0FC9D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB176252157-
CMYK0.3000.380.01
HSL108º94.06%80.2%-
HSV(B)108º37.7%98.82%-
XYZ58.881.2944.49-
YUV218.4593.3297.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=30.09%
G=43.08%
B=26.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521570.3000.380.0110894.0680.2
HexB0FC9D1E02616c5e50
Octal260374235360461154136120
Binary1011000011111100100111011111001001101110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC9D; }

 p { color: rgb(176,252,157); }

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

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

 a { background-color: rgb(176,252,157); }

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

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

 span { border-color: rgb(176,252,157); }

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