Html Css Color HEX #BAE49D Madang

📋 copy color: '#BAE49D'

red 186 ◦ green 228 ◦ blue 157

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

Shades of Madang #BAE49D

Tints of Madang #BAE49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.93%

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 32.57%
G = 39.93%
B = 27.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#BAE49D (or 0xBAE49D) is known color: Madang. HEX triplet: BA, E4 and 9D. RGB value is (186,228,157). Sum of RGB (Red+Green+Blue) = 186+228+157=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE49D is #451B62. Grayscale: #CFCFCF. Windows color (decimal): -4528995 or 10347706. OLE color: 10347706.

HSL color Cylindrical-coordinate representation of color #BAE49D: hue angle of 95.49º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE49D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 157 -
CMYK 0.18 0 0.31 0.11
HSL 95.49º 0.57% 0.75% -
HSV(B) 95.49º 0.31% 0.89% -
XYZ 54.08 68.36 42.24 -
YUV 207.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 186 228 157 0.18 0 0.31 0.11 95.49 0.57 0.75
Hex BA E4 9D 12 0 1F B 5F 39 4B
Octal 272 344 235 22 0 37 13 137 71 113
Binary 10111010 11100100 10011101 10010 0 11111 1011 1011111 111001 1001011

Color Harmonies of #BAE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE49D

Black with #BAE49D

Text Example


Text Example

White with #BAE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE49D; }

 p { color: rgb(186,228,157); }

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

background-color css

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

 a { background-color: rgb(186,228,157); }

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

border-color css

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

 span { border-color: rgb(186,228,157); }

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