Html Css Color HEX #BAF197 Madang

📋 copy color: '#BAF197'

red 186 ◦ green 241 ◦ blue 151

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

Shades of Madang #BAF197

Tints of Madang #BAF197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.12%

R = 32.18%
G = 41.7%
B = 26.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#BAF197 (or 0xBAF197) is known color: Madang. HEX triplet: BA, F1 and 97. RGB value is (186,241,151). Sum of RGB (Red+Green+Blue) = 186+241+151=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF197 is #450E68. Grayscale: #D6D6D6. Windows color (decimal): -4525673 or 9957818. OLE color: 9957818.

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

Color convert

RGB 186 241 151 -
CMYK 0.23 0 0.37 0.05
HSL 96.67º 0.76% 0.77% -
HSV(B) 96.67º 0.37% 0.95% -
XYZ 57.29 75.58 40.85 -
YUV 214.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 186 241 151 0.23 0 0.37 0.05 96.67 0.76 0.77
Hex BA F1 97 17 0 25 5 61 4C 4D
Octal 272 361 227 27 0 45 5 141 114 115
Binary 10111010 11110001 10010111 10111 0 100101 101 1100001 1001100 1001101

Color Harmonies of #BAF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF197

Black with #BAF197

Text Example


Text Example

White with #BAF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF197; }

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

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

background-color css

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

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

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

border-color css

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

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

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