#B0F29C

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

Shades of Madang #B0F29C

Tints of Madang #B0F29C

Color information

#B0F29C (or 0xB0F29C) is unknown color: approx Madang. HEX triplet: B0, F2 and 9C. RGB value is (176,242,156). Sum of RGB (Red+Green+Blue) = 176+242+156=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F29C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F29C is #4F0D63. Grayscale: #D4D4D4. Windows color (decimal): -5180772 or 10285744. OLE color: 10285744.

HSL color Cylindrical-coordinate representation of color #B0F29C: hue angle of 106.05º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0F29C is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB176242156-
CMYK0.2700.360.05
HSL106.05º76.79%78.04%-
HSV(B)106.05º35.54%94.9%-
XYZ55.6675.1343.02-
YUV212.4696.13101.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 242 (94.92% from 255) = 42.16%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=30.66%
G=42.16%
B=27.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421560.2700.360.05106.0576.7978.04
HexB0F29C1B02456a4d4e
Octal260362234330445152115116
Binary101100001111001010011100110110100100101110101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F29C; }

 p { color: rgb(176,242,156); }

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

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

 a { background-color: rgb(176,242,156); }

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

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

 span { border-color: rgb(176,242,156); }

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