Html Css Color HEX #BAF297 Madang

📋 copy color: '#BAF297'

red 186 ◦ green 242 ◦ blue 151

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

Shades of Madang #BAF297

Tints of Madang #BAF297

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 32.12%
G = 41.8%
B = 26.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#BAF297 (or 0xBAF297) is known color: Madang. HEX triplet: BA, F2 and 97. RGB value is (186,242,151). Sum of RGB (Red+Green+Blue) = 186+242+151=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF297 is #450D68. Grayscale: #D7D7D7. Windows color (decimal): -4525417 or 9958074. OLE color: 9958074.

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

Color convert

RGB 186 242 151 -
CMYK 0.23 0 0.38 0.05
HSL 96.92º 0.78% 0.77% -
HSV(B) 96.92º 0.38% 0.95% -
XYZ 57.59 76.18 40.95 -
YUV 214.88 91.95 107.4 -
System Red Green Blue C M Y K H S L
Decimal 186 242 151 0.23 0 0.38 0.05 96.92 0.78 0.77
Hex BA F2 97 17 0 26 5 61 4E 4D
Octal 272 362 227 27 0 46 5 141 116 115
Binary 10111010 11110010 10010111 10111 0 100110 101 1100001 1001110 1001101

Color Harmonies of #BAF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF297

Black with #BAF297

Text Example


Text Example

White with #BAF297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF297; }

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

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

background-color css

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

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

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

border-color css

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

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

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