Html Css Color HEX #BAE995 Madang

📋 copy color: '#BAE995'

red 186 ◦ green 233 ◦ blue 149

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

Shades of Madang #BAE995

Tints of Madang #BAE995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.23%

R = 32.75%
G = 41.02%
B = 26.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BAE995 (or 0xBAE995) is known color: Madang. HEX triplet: BA, E9 and 95. RGB value is (186,233,149). Sum of RGB (Red+Green+Blue) = 186+233+149=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE995 is #45166A. Grayscale: #D1D1D1. Windows color (decimal): -4527723 or 9824698. OLE color: 9824698.

HSL color Cylindrical-coordinate representation of color #BAE995: hue angle of 93.57º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE995 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 149 -
CMYK 0.20 0 0.36 0.09
HSL 93.57º 0.66% 0.75% -
HSV(B) 93.57º 0.36% 0.91% -
XYZ 54.81 70.89 39.23 -
YUV 209.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 186 233 149 0.20 0 0.36 0.09 93.57 0.66 0.75
Hex BA E9 95 14 0 24 9 5E 42 4B
Octal 272 351 225 24 0 44 11 136 102 113
Binary 10111010 11101001 10010101 10100 0 100100 1001 1011110 1000010 1001011

Color Harmonies of #BAE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE995

Black with #BAE995

Text Example


Text Example

White with #BAE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE995; }

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

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

background-color css

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

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

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

border-color css

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

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

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