Html Css Color HEX #A0C987 Gossip

📋 copy color: '#A0C987'

red 160 ◦ green 201 ◦ blue 135

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

Shades of Gossip #A0C987

Tints of Gossip #A0C987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.22%

R = 32.26%
G = 40.52%
B = 27.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#A0C987 (or 0xA0C987) is known color: Gossip. HEX triplet: A0, C9 and 87. RGB value is (160,201,135). Sum of RGB (Red+Green+Blue) = 160+201+135=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C987 is #5F3678. Grayscale: #B5B5B5. Windows color (decimal): -6239865 or 8898976. OLE color: 8898976.

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

Color convert

RGB 160 201 135 -
CMYK 0.20 0 0.33 0.21
HSL 97.27º 0.38% 0.66% -
HSV(B) 97.27º 0.33% 0.79% -
XYZ 39.76 51 30.67 -
YUV 181.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 160 201 135 0.20 0 0.33 0.21 97.27 0.38 0.66
Hex A0 C9 87 14 0 21 15 61 26 42
Octal 240 311 207 24 0 41 25 141 46 102
Binary 10100000 11001001 10000111 10100 0 100001 10101 1100001 100110 1000010

Color Harmonies of #A0C987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C987

Black with #A0C987

Text Example


Text Example

White with #A0C987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C987; }

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

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

background-color css

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

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

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

border-color css

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

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

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