#BAE595

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

Shades of Madang #BAE595

Tints of Madang #BAE595

Color information

#BAE595 (or 0xBAE595) is unknown color: approx Madang. HEX triplet: BA, E5 and 95. RGB value is (186,229,149). Sum of RGB (Red+Green+Blue) = 186+229+149=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE595 is #451A6A. Grayscale: #CFCFCF. Windows color (decimal): -4528747 or 9823674. OLE color: 9823674.

HSL color Cylindrical-coordinate representation of color #BAE595: hue angle of 92.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAE595 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB186229149-
CMYK0.1900.350.10
HSL92.25º60.61%74.12%-
HSV(B)92.25º34.93%89.8%-
XYZ53.6968.6538.85-
YUV207.0295.25113-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 229 (89.84% from 255) = 40.60%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=32.98%
G=40.60%
B=26.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291490.1900.350.1092.2560.6174.12
HexBAE59513023A5c3d4a
Octal272345225230431213475112
Binary101110101110010110010101100110100011101010111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE595; }

 p { color: rgb(186,229,149); }

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

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

 a { background-color: rgb(186,229,149); }

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

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

 span { border-color: rgb(186,229,149); }

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