#B0E0A5

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

Shades of Madang #B0E0A5

Tints of Madang #B0E0A5

Color information

#B0E0A5 (or 0xB0E0A5) is unknown color: approx Madang. HEX triplet: B0, E0 and A5. RGB value is (176,224,165). Sum of RGB (Red+Green+Blue) = 176+224+165=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E0A5 is #4F1F5A. Grayscale: #CBCBCB. Windows color (decimal): -5185371 or 10870960. OLE color: 10870960.

HSL color Cylindrical-coordinate representation of color #B0E0A5: hue angle of 108.81º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E0A5 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB176224165-
CMYK0.2100.260.12
HSL108.81º48.76%76.27%-
HSV(B)108.81º26.34%87.84%-
XYZ51.3565.2645.49-
YUV202.92106.6108.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=31.15%
G=39.65%
B=29.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241650.2100.260.12108.8148.7676.27
HexB0E0A51501AC6d314c
Octal260340245250321415561114
Binary10110000111000001010010110101011010110011011011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0A5; }

 p { color: rgb(176,224,165); }

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

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

 a { background-color: rgb(176,224,165); }

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

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

 span { border-color: rgb(176,224,165); }

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