Html Css Color HEX #BAF097 Madang

📋 copy color: '#BAF097'

red 186 ◦ green 240 ◦ blue 151

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

Shades of Madang #BAF097

Tints of Madang #BAF097

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 32.24%
G = 41.59%
B = 26.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#BAF097 (or 0xBAF097) is known color: Madang. HEX triplet: BA, F0 and 97. RGB value is (186,240,151). Sum of RGB (Red+Green+Blue) = 186+240+151=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF097 is #450F68. Grayscale: #D6D6D6. Windows color (decimal): -4525929 or 9957562. OLE color: 9957562.

HSL color Cylindrical-coordinate representation of color #BAF097: hue angle of 96.4º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF097 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 151 -
CMYK 0.22 0 0.37 0.06
HSL 96.4º 0.75% 0.77% -
HSV(B) 96.4º 0.37% 0.94% -
XYZ 57 74.99 40.75 -
YUV 213.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 186 240 151 0.22 0 0.37 0.06 96.4 0.75 0.77
Hex BA F0 97 16 0 25 6 60 4B 4D
Octal 272 360 227 26 0 45 6 140 113 115
Binary 10111010 11110000 10010111 10110 0 100101 110 1100000 1001011 1001101

Color Harmonies of #BAF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF097

Black with #BAF097

Text Example


Text Example

White with #BAF097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF097; }

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

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

background-color css

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

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

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

border-color css

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

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

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