Html Css Color HEX #BAF193 Madang

📋 copy color: '#BAF193'

red 186 ◦ green 241 ◦ blue 147

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

Shades of Madang #BAF193

Tints of Madang #BAF193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.61%

R = 32.4%
G = 41.99%
B = 25.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BAF193 (or 0xBAF193) is known color: Madang. HEX triplet: BA, F1 and 93. RGB value is (186,241,147). Sum of RGB (Red+Green+Blue) = 186+241+147=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF193 is #450E6C. Grayscale: #D6D6D6. Windows color (decimal): -4525677 or 9695674. OLE color: 9695674.

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

Color convert

RGB 186 241 147 -
CMYK 0.23 0 0.39 0.05
HSL 95.11º 0.77% 0.76% -
HSV(B) 95.11º 0.39% 0.95% -
XYZ 56.97 75.46 39.17 -
YUV 213.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 186 241 147 0.23 0 0.39 0.05 95.11 0.77 0.76
Hex BA F1 93 17 0 27 5 5F 4D 4C
Octal 272 361 223 27 0 47 5 137 115 114
Binary 10111010 11110001 10010011 10111 0 100111 101 1011111 1001101 1001100

Color Harmonies of #BAF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF193

Black with #BAF193

Text Example


Text Example

White with #BAF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF193; }

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

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

background-color css

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

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

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

border-color css

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

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

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