Html Css Color HEX #BAE49F Madang

📋 copy color: '#BAE49F'

red 186 ◦ green 228 ◦ blue 159

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

Shades of Madang #BAE49F

Tints of Madang #BAE49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.75%

R = 32.46%
G = 39.79%
B = 27.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#BAE49F (or 0xBAE49F) is known color: Madang. HEX triplet: BA, E4 and 9F. RGB value is (186,228,159). Sum of RGB (Red+Green+Blue) = 186+228+159=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE49F is #451B60. Grayscale: #CFCFCF. Windows color (decimal): -4528993 or 10478778. OLE color: 10478778.

HSL color Cylindrical-coordinate representation of color #BAE49F: hue angle of 96.52º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE49F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 159 -
CMYK 0.18 0 0.30 0.11
HSL 96.52º 0.56% 0.76% -
HSV(B) 96.52º 0.3% 0.89% -
XYZ 54.25 68.43 43.15 -
YUV 207.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 186 228 159 0.18 0 0.30 0.11 96.52 0.56 0.76
Hex BA E4 9F 12 0 1E B 61 38 4C
Octal 272 344 237 22 0 36 13 141 70 114
Binary 10111010 11100100 10011111 10010 0 11110 1011 1100001 111000 1001100

Color Harmonies of #BAE49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE49F

Black with #BAE49F

Text Example


Text Example

White with #BAE49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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