Html Css Color HEX #BAE497 Madang

📋 copy color: '#BAE497'

red 186 ◦ green 228 ◦ blue 151

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

Shades of Madang #BAE497

Tints of Madang #BAE497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.73%

R = 32.92%
G = 40.35%
B = 26.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BAE497 (or 0xBAE497) is known color: Madang. HEX triplet: BA, E4 and 97. RGB value is (186,228,151). Sum of RGB (Red+Green+Blue) = 186+228+151=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE497 is #451B68. Grayscale: #CECECE. Windows color (decimal): -4529001 or 9954490. OLE color: 9954490.

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

Color convert

RGB 186 228 151 -
CMYK 0.18 0 0.34 0.11
HSL 92.73º 0.59% 0.74% -
HSV(B) 92.73º 0.34% 0.89% -
XYZ 53.58 68.16 39.61 -
YUV 206.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 186 228 151 0.18 0 0.34 0.11 92.73 0.59 0.74
Hex BA E4 97 12 0 22 B 5D 3B 4A
Octal 272 344 227 22 0 42 13 135 73 112
Binary 10111010 11100100 10010111 10010 0 100010 1011 1011101 111011 1001010

Color Harmonies of #BAE497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE497

Black with #BAE497

Text Example


Text Example

White with #BAE497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE497; }

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

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

background-color css

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

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

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

border-color css

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

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

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