Html Css Color HEX #BAF49D Madang

📋 copy color: '#BAF49D'

red 186 ◦ green 244 ◦ blue 157

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

Shades of Madang #BAF49D

Tints of Madang #BAF49D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.57%

 BLUE value IS 157 (61.72% from 255) = 26.75%

R = 31.69%
G = 41.57%
B = 26.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#BAF49D (or 0xBAF49D) is known color: Madang. HEX triplet: BA, F4 and 9D. RGB value is (186,244,157). Sum of RGB (Red+Green+Blue) = 186+244+157=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF49D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF49D is #450B62. Grayscale: #D9D9D9. Windows color (decimal): -4524899 or 10351802. OLE color: 10351802.

HSL color Cylindrical-coordinate representation of color #BAF49D: hue angle of 100º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF49D is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 244 157 -
CMYK 0.24 0 0.36 0.04
HSL 100º 0.8% 0.79% -
HSV(B) 100º 0.36% 0.96% -
XYZ 58.69 77.57 43.78 -
YUV 216.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 186 244 157 0.24 0 0.36 0.04 100 0.8 0.79
Hex BA F4 9D 18 0 24 4 64 50 4F
Octal 272 364 235 30 0 44 4 144 120 117
Binary 10111010 11110100 10011101 11000 0 100100 100 1100100 1010000 1001111

Color Harmonies of #BAF49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF49D

Black with #BAF49D

Text Example


Text Example

White with #BAF49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF49D; }

 p { color: rgb(186,244,157); }

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

background-color css

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

 a { background-color: rgb(186,244,157); }

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

border-color css

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

 span { border-color: rgb(186,244,157); }

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