Html Css Color HEX #BAFA9A Madang

📋 copy color: '#BAFA9A'

red 186 ◦ green 250 ◦ blue 154

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

Shades of Madang #BAFA9A

Tints of Madang #BAFA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 31.53%
G = 42.37%
B = 26.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#BAFA9A (or 0xBAFA9A) is known color: Madang. HEX triplet: BA, FA and 9A. RGB value is (186,250,154). Sum of RGB (Red+Green+Blue) = 186+250+154=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA9A is #450565. Grayscale: #DCDCDC. Windows color (decimal): -4523366 or 10156730. OLE color: 10156730.

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

Color convert

RGB 186 250 154 -
CMYK 0.26 0 0.38 0.02
HSL 100º 0.91% 0.79% -
HSV(B) 100º 0.38% 0.98% -
XYZ 60.27 81.14 43.06 -
YUV 219.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 186 250 154 0.26 0 0.38 0.02 100 0.91 0.79
Hex BA FA 9A 1A 0 26 2 64 5B 4F
Octal 272 372 232 32 0 46 2 144 133 117
Binary 10111010 11111010 10011010 11010 0 100110 10 1100100 1011011 1001111

Color Harmonies of #BAFA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA9A

Black with #BAFA9A

Text Example


Text Example

White with #BAFA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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