#BEE1A0

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

Shades of Madang #BEE1A0

Tints of Madang #BEE1A0

Color information

#BEE1A0 (or 0xBEE1A0) is unknown color: approx Madang. HEX triplet: BE, E1 and A0. RGB value is (190,225,160). Sum of RGB (Red+Green+Blue) = 190+225+160=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE1A0 is #411E5F. Grayscale: #CFCFCF. Windows color (decimal): -4267616 or 10543550. OLE color: 10543550.

HSL color Cylindrical-coordinate representation of color #BEE1A0: hue angle of 92.31º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEE1A0 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB190225160-
CMYK0.1600.290.12
HSL92.31º52%75.49%-
HSV(B)92.31º28.89%88.24%-
XYZ54.5167.3443.38-
YUV207.12101.4115.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=33.04%
G=39.13%
B=27.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251600.1600.290.1292.315275.49
HexBEE1A01001DC5c344b
Octal276341240200351413464113
Binary10111110111000011010000010000011101110010111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1A0; }

 p { color: rgb(190,225,160); }

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

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

 a { background-color: rgb(190,225,160); }

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

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

 span { border-color: rgb(190,225,160); }

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