Html Css Color HEX #BAFC96 Madang

📋 copy color: '#BAFC96'

red 186 ◦ green 252 ◦ blue 150

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

Shades of Madang #BAFC96

Tints of Madang #BAFC96

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

 BLUE value IS 150 (58.98% from 255) = 25.51%

R = 31.63%
G = 42.86%
B = 25.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#BAFC96 (or 0xBAFC96) is known color: Madang. HEX triplet: BA, FC and 96. RGB value is (186,252,150). Sum of RGB (Red+Green+Blue) = 186+252+150=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFC96 is #450369. Grayscale: #DCDCDC. Windows color (decimal): -4522858 or 9895098. OLE color: 9895098.

HSL color Cylindrical-coordinate representation of color #BAFC96: hue angle of 98.82º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAFC96 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 150 -
CMYK 0.26 0 0.40 0.01
HSL 98.82º 0.94% 0.79% -
HSV(B) 98.82º 0.4% 0.99% -
XYZ 60.57 82.26 41.54 -
YUV 220.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 186 252 150 0.26 0 0.40 0.01 98.82 0.94 0.79
Hex BA FC 96 1A 0 28 1 63 5E 4F
Octal 272 374 226 32 0 50 1 143 136 117
Binary 10111010 11111100 10010110 11010 0 101000 1 1100011 1011110 1001111

Color Harmonies of #BAFC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC96

Black with #BAFC96

Text Example


Text Example

White with #BAFC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC96; }

 p { color: rgb(186,252,150); }

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

background-color css

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

 a { background-color: rgb(186,252,150); }

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

border-color css

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

 span { border-color: rgb(186,252,150); }

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