Html Css Color HEX #BAE9A0 Madang

📋 copy color: '#BAE9A0'

red 186 ◦ green 233 ◦ blue 160

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

Shades of Madang #BAE9A0

Tints of Madang #BAE9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.63%

R = 32.12%
G = 40.24%
B = 27.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#BAE9A0 (or 0xBAE9A0) is known color: Madang. HEX triplet: BA, E9 and A0. RGB value is (186,233,160). Sum of RGB (Red+Green+Blue) = 186+233+160=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE9A0 is #45165F. Grayscale: #D2D2D2. Windows color (decimal): -4527712 or 10545594. OLE color: 10545594.

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

Color convert

RGB 186 233 160 -
CMYK 0.20 0 0.31 0.09
HSL 98.63º 0.62% 0.77% -
HSV(B) 98.63º 0.31% 0.91% -
XYZ 55.73 71.26 44.07 -
YUV 210.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 186 233 160 0.20 0 0.31 0.09 98.63 0.62 0.77
Hex BA E9 A0 14 0 1F 9 63 3E 4D
Octal 272 351 240 24 0 37 11 143 76 115
Binary 10111010 11101001 10100000 10100 0 11111 1001 1100011 111110 1001101

Color Harmonies of #BAE9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9A0

Black with #BAE9A0

Text Example


Text Example

White with #BAE9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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