#B5E0A5

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

Shades of Madang #B5E0A5

Tints of Madang #B5E0A5

Color information

#B5E0A5 (or 0xB5E0A5) is unknown color: approx Madang. HEX triplet: B5, E0 and A5. RGB value is (181,224,165). Sum of RGB (Red+Green+Blue) = 181+224+165=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E0A5 is #4A1F5A. Grayscale: #CCCCCC. Windows color (decimal): -4857691 or 10870965. OLE color: 10870965.

HSL color Cylindrical-coordinate representation of color #B5E0A5: hue angle of 103.73º 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 #B5E0A5 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB181224165-
CMYK0.1900.260.12
HSL103.73º48.76%76.27%-
HSV(B)103.73º26.34%87.84%-
XYZ52.565.8545.54-
YUV204.42105.75111.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=31.75%
G=39.30%
B=28.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241650.1900.260.12103.7348.7676.27
HexB5E0A51301AC68314c
Octal265340245230321415061114
Binary10110101111000001010010110011011010110011010001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0A5; }

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

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

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

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

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

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

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

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