Html Css Color HEX #BAFA96 Madang

📋 copy color: '#BAFA96'

red 186 ◦ green 250 ◦ blue 150

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

Shades of Madang #BAFA96

Tints of Madang #BAFA96

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.66%

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

R = 31.74%
G = 42.66%
B = 25.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#BAFA96 (or 0xBAFA96) is known color: Madang. HEX triplet: BA, FA and 96. RGB value is (186,250,150). Sum of RGB (Red+Green+Blue) = 186+250+150=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA96 is #450569. Grayscale: #DBDBDB. Windows color (decimal): -4523370 or 9894586. OLE color: 9894586.

HSL color Cylindrical-coordinate representation of color #BAFA96: hue angle of 98.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAFA96 is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 150 -
CMYK 0.26 0 0.4 0.02
HSL 98.4º 0.91% 0.78% -
HSV(B) 98.4º 0.4% 0.98% -
XYZ 59.94 81.01 41.33 -
YUV 219.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 186 250 150 0.26 0 0.4 0.02 98.4 0.91 0.78
Hex BA FA 96 1A 0 28 2 62 5B 4E
Octal 272 372 226 32 0 50 2 142 133 116
Binary 10111010 11111010 10010110 11010 0 101000 10 1100010 1011011 1001110

Color Harmonies of #BAFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA96

Black with #BAFA96

Text Example


Text Example

White with #BAFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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