Html Css Color HEX #BAEA9F Madang

📋 copy color: '#BAEA9F'

red 186 ◦ green 234 ◦ blue 159

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

Shades of Madang #BAEA9F

Tints of Madang #BAEA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.46%

R = 32.12%
G = 40.41%
B = 27.46%

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

#BAEA9F (or 0xBAEA9F) is known color: Madang. HEX triplet: BA, EA and 9F. RGB value is (186,234,159). Sum of RGB (Red+Green+Blue) = 186+234+159=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA9F is #451560. Grayscale: #D3D3D3. Windows color (decimal): -4527457 or 10480314. OLE color: 10480314.

HSL color Cylindrical-coordinate representation of color #BAEA9F: hue angle of 98.4º 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 #BAEA9F is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 159 -
CMYK 0.21 0 0.32 0.08
HSL 98.4º 0.64% 0.77% -
HSV(B) 98.4º 0.32% 0.92% -
XYZ 55.93 71.79 43.71 -
YUV 211.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 186 234 159 0.21 0 0.32 0.08 98.4 0.64 0.77
Hex BA EA 9F 15 0 20 8 62 40 4D
Octal 272 352 237 25 0 40 10 142 100 115
Binary 10111010 11101010 10011111 10101 0 100000 1000 1100010 1000000 1001101

Color Harmonies of #BAEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA9F

Black with #BAEA9F

Text Example


Text Example

White with #BAEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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