Html Css Color HEX #BAEAA0 Madang

📋 copy color: '#BAEAA0'

red 186 ◦ green 234 ◦ blue 160

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

Shades of Madang #BAEAA0

Tints of Madang #BAEAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.34%

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

R = 32.07%
G = 40.34%
B = 27.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#BAEAA0 (or 0xBAEAA0) is known color: Madang. HEX triplet: BA, EA and A0. RGB value is (186,234,160). Sum of RGB (Red+Green+Blue) = 186+234+160=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAA0 is #45155F. Grayscale: #D3D3D3. Windows color (decimal): -4527456 or 10545850. OLE color: 10545850.

HSL color Cylindrical-coordinate representation of color #BAEAA0: hue angle of 98.92º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEAA0 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 160 -
CMYK 0.21 0 0.32 0.08
HSL 98.92º 0.64% 0.77% -
HSV(B) 98.92º 0.32% 0.92% -
XYZ 56.02 71.82 44.17 -
YUV 211.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 186 234 160 0.21 0 0.32 0.08 98.92 0.64 0.77
Hex BA EA A0 15 0 20 8 63 40 4D
Octal 272 352 240 25 0 40 10 143 100 115
Binary 10111010 11101010 10100000 10101 0 100000 1000 1100011 1000000 1001101

Color Harmonies of #BAEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAA0

Black with #BAEAA0

Text Example


Text Example

White with #BAEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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