Html Css Color HEX #BAE9A2 Madang

📋 copy color: '#BAE9A2'

red 186 ◦ green 233 ◦ blue 162

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

Shades of Madang #BAE9A2

Tints of Madang #BAE9A2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.1%

 BLUE value IS 162 (63.67% from 255) = 27.88%

R = 32.01%
G = 40.1%
B = 27.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#BAE9A2 (or 0xBAE9A2) is known color: Madang. HEX triplet: BA, E9 and A2. RGB value is (186,233,162). Sum of RGB (Red+Green+Blue) = 186+233+162=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE9A2 is #45165D. Grayscale: #D3D3D3. Windows color (decimal): -4527710 or 10676666. OLE color: 10676666.

HSL color Cylindrical-coordinate representation of color #BAE9A2: hue angle of 99.72º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE9A2 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 162 -
CMYK 0.20 0 0.30 0.09
HSL 99.72º 0.62% 0.77% -
HSV(B) 99.72º 0.3% 0.91% -
XYZ 55.91 71.33 45 -
YUV 210.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 186 233 162 0.20 0 0.30 0.09 99.72 0.62 0.77
Hex BA E9 A2 14 0 1E 9 64 3E 4D
Octal 272 351 242 24 0 36 11 144 76 115
Binary 10111010 11101001 10100010 10100 0 11110 1001 1100100 111110 1001101

Color Harmonies of #BAE9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9A2

Black with #BAE9A2

Text Example


Text Example

White with #BAE9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9A2; }

 p { color: rgb(186,233,162); }

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

background-color css

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

 a { background-color: rgb(186,233,162); }

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

border-color css

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

 span { border-color: rgb(186,233,162); }

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