Html Css Color HEX #BAF19E Madang

📋 copy color: '#BAF19E'

red 186 ◦ green 241 ◦ blue 158

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

Shades of Madang #BAF19E

Tints of Madang #BAF19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.01%

R = 31.79%
G = 41.2%
B = 27.01%

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

#BAF19E (or 0xBAF19E) is known color: Madang. HEX triplet: BA, F1 and 9E. RGB value is (186,241,158). Sum of RGB (Red+Green+Blue) = 186+241+158=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF19E is #450E61. Grayscale: #D7D7D7. Windows color (decimal): -4525666 or 10416570. OLE color: 10416570.

HSL color Cylindrical-coordinate representation of color #BAF19E: hue angle of 99.76º 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 #BAF19E is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 158 -
CMYK 0.23 0 0.34 0.05
HSL 99.76º 0.75% 0.78% -
HSV(B) 99.76º 0.34% 0.95% -
XYZ 57.88 75.82 43.93 -
YUV 215.09 95.78 107.25 -
System Red Green Blue C M Y K H S L
Decimal 186 241 158 0.23 0 0.34 0.05 99.76 0.75 0.78
Hex BA F1 9E 17 0 22 5 64 4B 4E
Octal 272 361 236 27 0 42 5 144 113 116
Binary 10111010 11110001 10011110 10111 0 100010 101 1100100 1001011 1001110

Color Harmonies of #BAF19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF19E

Black with #BAF19E

Text Example


Text Example

White with #BAF19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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