#B0E8A2

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

Shades of Madang #B0E8A2

Tints of Madang #B0E8A2

Color information

#B0E8A2 (or 0xB0E8A2) is unknown color: approx Madang. HEX triplet: B0, E8 and A2. RGB value is (176,232,162). Sum of RGB (Red+Green+Blue) = 176+232+162=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E8A2 is #4F175D. Grayscale: #CFCFCF. Windows color (decimal): -5183326 or 10676400. OLE color: 10676400.

HSL color Cylindrical-coordinate representation of color #B0E8A2: hue angle of 108º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E8A2 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB176232162-
CMYK0.2400.300.09
HSL108º60.34%77.25%-
HSV(B)108º30.17%90.98%-
XYZ53.2869.5544.8-
YUV207.28102.45105.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 232 (91.02% from 255) = 40.70%
BLUE value IS 162 (63.67% from 255) = 28.42%
R=30.88%
G=40.70%
B=28.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762321620.2400.300.0910860.3477.25
HexB0E8A21801E96c3c4d
Octal260350242300361115474115
Binary10110000111010001010001011000011110100111011001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8A2; }

 p { color: rgb(176,232,162); }

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

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

 a { background-color: rgb(176,232,162); }

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

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

 span { border-color: rgb(176,232,162); }

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