Html Css Color HEX #BAF194 Madang

📋 copy color: '#BAF194'

red 186 ◦ green 241 ◦ blue 148

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

Shades of Madang #BAF194

Tints of Madang #BAF194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 32.35%
G = 41.91%
B = 25.74%

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

#BAF194 (or 0xBAF194) is known color: Madang. HEX triplet: BA, F1 and 94. RGB value is (186,241,148). Sum of RGB (Red+Green+Blue) = 186+241+148=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF194 is #450E6B. Grayscale: #D6D6D6. Windows color (decimal): -4525676 or 9761210. OLE color: 9761210.

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

Color convert

RGB 186 241 148 -
CMYK 0.23 0 0.39 0.05
HSL 95.48º 0.77% 0.76% -
HSV(B) 95.48º 0.39% 0.95% -
XYZ 57.05 75.49 39.58 -
YUV 213.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 186 241 148 0.23 0 0.39 0.05 95.48 0.77 0.76
Hex BA F1 94 17 0 27 5 5F 4D 4C
Octal 272 361 224 27 0 47 5 137 115 114
Binary 10111010 11110001 10010100 10111 0 100111 101 1011111 1001101 1001100

Color Harmonies of #BAF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF194

Black with #BAF194

Text Example


Text Example

White with #BAF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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