Html Css Color HEX #BAF095 Madang

📋 copy color: '#BAF095'

red 186 ◦ green 240 ◦ blue 149

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

Shades of Madang #BAF095

Tints of Madang #BAF095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.91%

R = 32.35%
G = 41.74%
B = 25.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#BAF095 (or 0xBAF095) is known color: Madang. HEX triplet: BA, F0 and 95. RGB value is (186,240,149). Sum of RGB (Red+Green+Blue) = 186+240+149=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF095 is #450F6A. Grayscale: #D5D5D5. Windows color (decimal): -4525931 or 9826490. OLE color: 9826490.

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

Color convert

RGB 186 240 149 -
CMYK 0.22 0 0.38 0.06
HSL 95.6º 0.75% 0.76% -
HSV(B) 95.6º 0.38% 0.94% -
XYZ 56.83 74.93 39.9 -
YUV 213.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 186 240 149 0.22 0 0.38 0.06 95.6 0.75 0.76
Hex BA F0 95 16 0 26 6 60 4B 4C
Octal 272 360 225 26 0 46 6 140 113 114
Binary 10111010 11110000 10010101 10110 0 100110 110 1100000 1001011 1001100

Color Harmonies of #BAF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF095

Black with #BAF095

Text Example


Text Example

White with #BAF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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