#BEE0AA

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

Shades of Madang #BEE0AA

Tints of Madang #BEE0AA

Color information

#BEE0AA (or 0xBEE0AA) is unknown color: approx Madang. HEX triplet: BE, E0 and AA. RGB value is (190,224,170). Sum of RGB (Red+Green+Blue) = 190+224+170=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AA is #411F55. Grayscale: #CFCFCF. Windows color (decimal): -4267862 or 11198654. OLE color: 11198654.

HSL color Cylindrical-coordinate representation of color #BEE0AA: hue angle of 97.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 #BEE0AA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB190224170-
CMYK0.1500.240.12
HSL97.78º46.55%77.25%-
HSV(B)97.78º24.11%87.84%-
XYZ55.1567.1648.09-
YUV207.68106.74115.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=32.53%
G=38.36%
B=29.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241700.1500.240.1297.7846.5577.25
HexBEE0AAF018C622f4d
Octal276340252170301414257115
Binary1011111011100000101010101111011000110011000101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0AA; }

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

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

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

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

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

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

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

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