Html Css Color HEX #BAE7A4 Madang

📋 copy color: '#BAE7A4'

red 186 ◦ green 231 ◦ blue 164

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

Shades of Madang #BAE7A4

Tints of Madang #BAE7A4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.76%

 BLUE value IS 164 (64.45% from 255) = 28.23%

R = 32.01%
G = 39.76%
B = 28.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#BAE7A4 (or 0xBAE7A4) is known color: Madang. HEX triplet: BA, E7 and A4. RGB value is (186,231,164). Sum of RGB (Red+Green+Blue) = 186+231+164=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE7A4 is #45185B. Grayscale: #D2D2D2. Windows color (decimal): -4528220 or 10807226. OLE color: 10807226.

HSL color Cylindrical-coordinate representation of color #BAE7A4: hue angle of 100.3º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAE7A4 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 164 -
CMYK 0.19 0 0.29 0.09
HSL 100.3º 0.58% 0.77% -
HSV(B) 100.3º 0.29% 0.91% -
XYZ 55.53 70.27 45.76 -
YUV 209.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 186 231 164 0.19 0 0.29 0.09 100.3 0.58 0.77
Hex BA E7 A4 13 0 1D 9 64 3A 4D
Octal 272 347 244 23 0 35 11 144 72 115
Binary 10111010 11100111 10100100 10011 0 11101 1001 1100100 111010 1001101

Color Harmonies of #BAE7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7A4

Black with #BAE7A4

Text Example


Text Example

White with #BAE7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7A4; }

 p { color: rgb(186,231,164); }

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

background-color css

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

 a { background-color: rgb(186,231,164); }

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

border-color css

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

 span { border-color: rgb(186,231,164); }

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