Html Css Color HEX #A0C983 Gossip

📋 copy color: '#A0C983'

red 160 ◦ green 201 ◦ blue 131

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

Shades of Gossip #A0C983

Tints of Gossip #A0C983

RGB

 RED value IS 160 (62.89% from 255) = 32.52%

 GREEN value IS 201 (78.91% from 255) = 40.85%

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 32.52%
G = 40.85%
B = 26.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#A0C983 (or 0xA0C983) is known color: Gossip. HEX triplet: A0, C9 and 83. RGB value is (160,201,131). Sum of RGB (Red+Green+Blue) = 160+201+131=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C983 is #5F367C. Grayscale: #B4B4B4. Windows color (decimal): -6239869 or 8636832. OLE color: 8636832.

HSL color Cylindrical-coordinate representation of color #A0C983: hue angle of 95.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C983 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 131 -
CMYK 0.20 0 0.35 0.21
HSL 95.14º 0.39% 0.65% -
HSV(B) 95.14º 0.35% 0.79% -
XYZ 39.48 50.89 29.21 -
YUV 180.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 160 201 131 0.20 0 0.35 0.21 95.14 0.39 0.65
Hex A0 C9 83 14 0 23 15 5F 27 41
Octal 240 311 203 24 0 43 25 137 47 101
Binary 10100000 11001001 10000011 10100 0 100011 10101 1011111 100111 1000001

Color Harmonies of #A0C983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C983

Black with #A0C983

Text Example


Text Example

White with #A0C983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C983; }

 p { color: rgb(160,201,131); }

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

background-color css

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

 a { background-color: rgb(160,201,131); }

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

border-color css

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

 span { border-color: rgb(160,201,131); }

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