Html Css Color HEX #A2C98D Gossip

📋 copy color: '#A2C98D'

red 162 ◦ green 201 ◦ blue 141

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

Shades of Gossip #A2C98D

Tints of Gossip #A2C98D

RGB

 RED value IS 162 (63.67% from 255) = 32.14%

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 32.14%
G = 39.88%
B = 27.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#A2C98D (or 0xA2C98D) is known color: Gossip. HEX triplet: A2, C9 and 8D. RGB value is (162,201,141). Sum of RGB (Red+Green+Blue) = 162+201+141=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C98D is #5D3672. Grayscale: #B6B6B6. Windows color (decimal): -6108787 or 9292194. OLE color: 9292194.

HSL color Cylindrical-coordinate representation of color #A2C98D: hue angle of 99º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2C98D is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 141 -
CMYK 0.19 0 0.30 0.21
HSL 99º 0.36% 0.67% -
HSV(B) 99º 0.3% 0.79% -
XYZ 40.59 51.38 32.98 -
YUV 182.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 162 201 141 0.19 0 0.30 0.21 99 0.36 0.67
Hex A2 C9 8D 13 0 1E 15 63 24 43
Octal 242 311 215 23 0 36 25 143 44 103
Binary 10100010 11001001 10001101 10011 0 11110 10101 1100011 100100 1000011

Color Harmonies of #A2C98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C98D

Black with #A2C98D

Text Example


Text Example

White with #A2C98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C98D; }

 p { color: rgb(162,201,141); }

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

background-color css

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

 a { background-color: rgb(162,201,141); }

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

border-color css

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

 span { border-color: rgb(162,201,141); }

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