Html Css Color HEX #BAF19F Madang

📋 copy color: '#BAF19F'

red 186 ◦ green 241 ◦ blue 159

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

Shades of Madang #BAF19F

Tints of Madang #BAF19F

RGB

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

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

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

R = 31.74%
G = 41.13%
B = 27.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#BAF19F (or 0xBAF19F) is known color: Madang. HEX triplet: BA, F1 and 9F. RGB value is (186,241,159). Sum of RGB (Red+Green+Blue) = 186+241+159=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF19F is #450E60. Grayscale: #D7D7D7. Windows color (decimal): -4525665 or 10482106. OLE color: 10482106.

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

Color convert

RGB 186 241 159 -
CMYK 0.23 0 0.34 0.05
HSL 100.24º 0.75% 0.78% -
HSV(B) 100.24º 0.34% 0.95% -
XYZ 57.96 75.85 44.39 -
YUV 215.21 96.28 107.17 -
System Red Green Blue C M Y K H S L
Decimal 186 241 159 0.23 0 0.34 0.05 100.24 0.75 0.78
Hex BA F1 9F 17 0 22 5 64 4B 4E
Octal 272 361 237 27 0 42 5 144 113 116
Binary 10111010 11110001 10011111 10111 0 100010 101 1100100 1001011 1001110

Color Harmonies of #BAF19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF19F

Black with #BAF19F

Text Example


Text Example

White with #BAF19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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