#B5E0AA

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

Shades of Madang #B5E0AA

Tints of Madang #B5E0AA

Color information

#B5E0AA (or 0xB5E0AA) is unknown color: approx Madang. HEX triplet: B5, E0 and AA. RGB value is (181,224,170). Sum of RGB (Red+Green+Blue) = 181+224+170=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E0AA is #4A1F55. Grayscale: #CDCDCD. Windows color (decimal): -4857686 or 11198645. OLE color: 11198645.

HSL color Cylindrical-coordinate representation of color #B5E0AA: hue angle of 107.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5E0AA is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB181224170-
CMYK0.1900.240.12
HSL107.78º46.55%77.25%-
HSV(B)107.78º24.11%87.84%-
XYZ52.9766.0447.99-
YUV204.99108.25110.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=31.48%
G=38.96%
B=29.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241700.1900.240.12107.7846.5577.25
HexB5E0AA13018C6c2f4d
Octal265340252230301415457115
Binary10110101111000001010101010011011000110011011001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0AA; }

 p { color: rgb(181,224,170); }

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

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

 a { background-color: rgb(181,224,170); }

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

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

 span { border-color: rgb(181,224,170); }

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