#B0E5A0

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

Shades of Madang #B0E5A0

Tints of Madang #B0E5A0

Color information

#B0E5A0 (or 0xB0E5A0) is unknown color: approx Madang. HEX triplet: B0, E5 and A0. RGB value is (176,229,160). Sum of RGB (Red+Green+Blue) = 176+229+160=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E5A0 is #4F1A5F. Grayscale: #CDCDCD. Windows color (decimal): -5184096 or 10544560. OLE color: 10544560.

HSL color Cylindrical-coordinate representation of color #B0E5A0: hue angle of 106.09º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E5A0 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB176229160-
CMYK0.2300.300.10
HSL106.09º57.02%76.27%-
HSV(B)106.09º30.13%89.8%-
XYZ52.2767.8143.59-
YUV205.29102.44107.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=31.15%
G=40.53%
B=28.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291600.2300.300.10106.0957.0276.27
HexB0E5A01701EA6a394c
Octal260345240270361215271114
Binary10110000111001011010000010111011110101011010101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E5A0; }

 p { color: rgb(176,229,160); }

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

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

 a { background-color: rgb(176,229,160); }

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

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

 span { border-color: rgb(176,229,160); }

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