Html Css Color HEX #BAE994 Madang

📋 copy color: '#BAE994'

red 186 ◦ green 233 ◦ blue 148

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

Shades of Madang #BAE994

Tints of Madang #BAE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

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

R = 32.8%
G = 41.09%
B = 26.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BAE994 (or 0xBAE994) is known color: Madang. HEX triplet: BA, E9 and 94. RGB value is (186,233,148). Sum of RGB (Red+Green+Blue) = 186+233+148=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE994 is #45166B. Grayscale: #D1D1D1. Windows color (decimal): -4527724 or 9759162. OLE color: 9759162.

HSL color Cylindrical-coordinate representation of color #BAE994: hue angle of 93.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE994 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 148 -
CMYK 0.20 0 0.36 0.09
HSL 93.18º 0.66% 0.75% -
HSV(B) 93.18º 0.36% 0.91% -
XYZ 54.73 70.86 38.81 -
YUV 209.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 186 233 148 0.20 0 0.36 0.09 93.18 0.66 0.75
Hex BA E9 94 14 0 24 9 5D 42 4B
Octal 272 351 224 24 0 44 11 135 102 113
Binary 10111010 11101001 10010100 10100 0 100100 1001 1011101 1000010 1001011

Color Harmonies of #BAE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE994

Black with #BAE994

Text Example


Text Example

White with #BAE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE994; }

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

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

background-color css

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

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

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

border-color css

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

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

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