Html Css Color HEX #BAF19D Madang

📋 copy color: '#BAF19D'

red 186 ◦ green 241 ◦ blue 157

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

Shades of Madang #BAF19D

Tints of Madang #BAF19D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.27%

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

R = 31.85%
G = 41.27%
B = 26.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#BAF19D (or 0xBAF19D) is known color: Madang. HEX triplet: BA, F1 and 9D. RGB value is (186,241,157). Sum of RGB (Red+Green+Blue) = 186+241+157=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF19D is #450E62. Grayscale: #D7D7D7. Windows color (decimal): -4525667 or 10351034. OLE color: 10351034.

HSL color Cylindrical-coordinate representation of color #BAF19D: hue angle of 99.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF19D is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 157 -
CMYK 0.23 0 0.35 0.05
HSL 99.29º 0.75% 0.78% -
HSV(B) 99.29º 0.35% 0.95% -
XYZ 57.79 75.78 43.48 -
YUV 214.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 186 241 157 0.23 0 0.35 0.05 99.29 0.75 0.78
Hex BA F1 9D 17 0 23 5 63 4B 4E
Octal 272 361 235 27 0 43 5 143 113 116
Binary 10111010 11110001 10011101 10111 0 100011 101 1100011 1001011 1001110

Color Harmonies of #BAF19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF19D

Black with #BAF19D

Text Example


Text Example

White with #BAF19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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