Html Css Color HEX #BAE495 Madang

📋 copy color: '#BAE495'

red 186 ◦ green 228 ◦ blue 149

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

Shades of Madang #BAE495

Tints of Madang #BAE495

RGB

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

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

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

R = 33.04%
G = 40.5%
B = 26.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BAE495 (or 0xBAE495) is known color: Madang. HEX triplet: BA, E4 and 95. RGB value is (186,228,149). Sum of RGB (Red+Green+Blue) = 186+228+149=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE495 is #451B6A. Grayscale: #CECECE. Windows color (decimal): -4529003 or 9823418. OLE color: 9823418.

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

Color convert

RGB 186 228 149 -
CMYK 0.18 0 0.35 0.11
HSL 91.9º 0.59% 0.74% -
HSV(B) 91.9º 0.35% 0.89% -
XYZ 53.42 68.1 38.76 -
YUV 206.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 186 228 149 0.18 0 0.35 0.11 91.9 0.59 0.74
Hex BA E4 95 12 0 23 B 5C 3B 4A
Octal 272 344 225 22 0 43 13 134 73 112
Binary 10111010 11100100 10010101 10010 0 100011 1011 1011100 111011 1001010

Color Harmonies of #BAE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE495

Black with #BAE495

Text Example


Text Example

White with #BAE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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