#BAE7AE

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

Shades of Madang #BAE7AE

Tints of Madang #BAE7AE

Color information

#BAE7AE (or 0xBAE7AE) is unknown color: approx Madang. HEX triplet: BA, E7 and AE. RGB value is (186,231,174). Sum of RGB (Red+Green+Blue) = 186+231+174=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE7AE is #451851. Grayscale: #D3D3D3. Windows color (decimal): -4528210 or 11462586. OLE color: 11462586.

HSL color Cylindrical-coordinate representation of color #BAE7AE: hue angle of 107.37º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE7AE is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB186231174-
CMYK0.1900.250.09
HSL107.37º54.29%79.41%-
HSV(B)107.37º24.68%90.59%-
XYZ56.4770.6550.7-
YUV211.05107.09110.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=31.47%
G=39.09%
B=29.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311740.1900.250.09107.3754.2979.41
HexBAE7AE1301996b364f
Octal272347256230311115366117
Binary10111010111001111010111010011011001100111010111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7AE; }

 p { color: rgb(186,231,174); }

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

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

 a { background-color: rgb(186,231,174); }

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

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

 span { border-color: rgb(186,231,174); }

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