Html Css Color HEX #BAE5AA Madang

📋 copy color: '#BAE5AA'

red 186 ◦ green 229 ◦ blue 170

#BAE5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BAE5AA

Tints of Madang #BAE5AA

RGB

 RED value IS 186 (73.05% from 255) = 31.79%

 GREEN value IS 229 (89.84% from 255) = 39.15%

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 31.79%
G = 39.15%
B = 29.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#BAE5AA (or 0xBAE5AA) is known color: Madang. HEX triplet: BA, E5 and AA. RGB value is (186,229,170). Sum of RGB (Red+Green+Blue) = 186+229+170=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5AA is #451A55. Grayscale: #D1D1D1. Windows color (decimal): -4528726 or 11199930. OLE color: 11199930.

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

Color convert

RGB 186 229 170 -
CMYK 0.19 0 0.26 0.10
HSL 103.73º 0.53% 0.78% -
HSV(B) 103.73º 0.26% 0.9% -
XYZ 55.52 69.38 48.5 -
YUV 209.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 186 229 170 0.19 0 0.26 0.10 103.73 0.53 0.78
Hex BA E5 AA 13 0 1A A 68 35 4E
Octal 272 345 252 23 0 32 12 150 65 116
Binary 10111010 11100101 10101010 10011 0 11010 1010 1101000 110101 1001110

Color Harmonies of #BAE5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5AA

Black with #BAE5AA

Text Example


Text Example

White with #BAE5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5AA; }

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

 H1.HeaderClassName
 {
   color: #BAE5AA;
 }
 .AnyTagClassName
 {
   color: #BAE5AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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