#BEF2A0

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

Shades of Madang #BEF2A0

Tints of Madang #BEF2A0

Color information

#BEF2A0 (or 0xBEF2A0) is unknown color: approx Madang. HEX triplet: BE, F2 and A0. RGB value is (190,242,160). Sum of RGB (Red+Green+Blue) = 190+242+160=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2A0 is #410D5F. Grayscale: #D9D9D9. Windows color (decimal): -4263264 or 10547902. OLE color: 10547902.

HSL color Cylindrical-coordinate representation of color #BEF2A0: hue angle of 98.05º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEF2A0 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB190242160-
CMYK0.2100.340.05
HSL98.05º75.93%78.82%-
HSV(B)98.05º33.88%94.9%-
XYZ59.3376.9944.99-
YUV217.195.77108.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 160 (62.89% from 255) = 27.03%
R=32.09%
G=40.88%
B=27.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421600.2100.340.0598.0575.9378.82
HexBEF2A0150225624c4f
Octal276362240250425142114117
Binary101111101111001010100000101010100010101110001010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2A0; }

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

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

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

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

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

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

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

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