#BAE594

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

Shades of Madang #BAE594

Tints of Madang #BAE594

Color information

#BAE594 (or 0xBAE594) is unknown color: approx Madang. HEX triplet: BA, E5 and 94. RGB value is (186,229,148). Sum of RGB (Red+Green+Blue) = 186+229+148=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE594 is #451A6B. Grayscale: #CFCFCF. Windows color (decimal): -4528748 or 9758138. OLE color: 9758138.

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

Color convert

RGB186229148-
CMYK0.1900.350.10
HSL91.85º60.9%73.92%-
HSV(B)91.85º35.37%89.8%-
XYZ53.6168.6238.44-
YUV206.9194.75113.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=33.04%
G=40.67%
B=26.29%

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
Decimal1862291480.1900.350.1091.8560.973.92
HexBAE59413023A5c3d4a
Octal272345224230431213475112
Binary101110101110010110010100100110100011101010111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE594; }

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

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

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

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

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

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

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

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