Html Css Color HEX #BAE0A5 Madang

📋 copy color: '#BAE0A5'

red 186 ◦ green 224 ◦ blue 165

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

Shades of Madang #BAE0A5

Tints of Madang #BAE0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.96%

 BLUE value IS 165 (64.84% from 255) = 28.7%

R = 32.35%
G = 38.96%
B = 28.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#BAE0A5 (or 0xBAE0A5) is known color: Madang. HEX triplet: BA, E0 and A5. RGB value is (186,224,165). Sum of RGB (Red+Green+Blue) = 186+224+165=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0A5 is #451F5A. Grayscale: #CECECE. Windows color (decimal): -4530011 or 10870970. OLE color: 10870970.

HSL color Cylindrical-coordinate representation of color #BAE0A5: hue angle of 98.64º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE0A5 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 165 -
CMYK 0.17 0 0.26 0.12
HSL 98.64º 0.49% 0.76% -
HSV(B) 98.64º 0.26% 0.88% -
XYZ 53.7 66.47 45.6 -
YUV 205.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 186 224 165 0.17 0 0.26 0.12 98.64 0.49 0.76
Hex BA E0 A5 11 0 1A C 63 31 4C
Octal 272 340 245 21 0 32 14 143 61 114
Binary 10111010 11100000 10100101 10001 0 11010 1100 1100011 110001 1001100

Color Harmonies of #BAE0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0A5

Black with #BAE0A5

Text Example


Text Example

White with #BAE0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0A5; }

 p { color: rgb(186,224,165); }

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

background-color css

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

 a { background-color: rgb(186,224,165); }

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

border-color css

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

 span { border-color: rgb(186,224,165); }

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