Html Css Color HEX #BAE494 Madang

📋 copy color: '#BAE494'

red 186 ◦ green 228 ◦ blue 148

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

Shades of Madang #BAE494

Tints of Madang #BAE494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.33%

R = 33.1%
G = 40.57%
B = 26.33%

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

#BAE494 (or 0xBAE494) is known color: Madang. HEX triplet: BA, E4 and 94. RGB value is (186,228,148). Sum of RGB (Red+Green+Blue) = 186+228+148=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE494 is #451B6B. Grayscale: #CECECE. Windows color (decimal): -4529004 or 9757882. OLE color: 9757882.

HSL color Cylindrical-coordinate representation of color #BAE494: hue angle of 91.5º degrees, saturation: 0.6, 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 #BAE494 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 148 -
CMYK 0.18 0 0.35 0.11
HSL 91.5º 0.6% 0.74% -
HSV(B) 91.5º 0.35% 0.89% -
XYZ 53.34 68.06 38.34 -
YUV 206.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 186 228 148 0.18 0 0.35 0.11 91.5 0.6 0.74
Hex BA E4 94 12 0 23 B 5C 3C 4A
Octal 272 344 224 22 0 43 13 134 74 112
Binary 10111010 11100100 10010100 10010 0 100011 1011 1011100 111100 1001010

Color Harmonies of #BAE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE494

Black with #BAE494

Text Example


Text Example

White with #BAE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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