Html Css Color HEX #A2C98C Gossip

📋 copy color: '#A2C98C'

red 162 ◦ green 201 ◦ blue 140

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

Shades of Gossip #A2C98C

Tints of Gossip #A2C98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 32.21%
G = 39.96%
B = 27.83%

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

#A2C98C (or 0xA2C98C) is known color: Gossip. HEX triplet: A2, C9 and 8C. RGB value is (162,201,140). Sum of RGB (Red+Green+Blue) = 162+201+140=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C98C is #5D3673. Grayscale: #B6B6B6. Windows color (decimal): -6108788 or 9226658. OLE color: 9226658.

HSL color Cylindrical-coordinate representation of color #A2C98C: hue angle of 98.36º 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 #A2C98C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 140 -
CMYK 0.19 0 0.30 0.21
HSL 98.36º 0.36% 0.67% -
HSV(B) 98.36º 0.3% 0.79% -
XYZ 40.52 51.35 32.59 -
YUV 182.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 162 201 140 0.19 0 0.30 0.21 98.36 0.36 0.67
Hex A2 C9 8C 13 0 1E 15 62 24 43
Octal 242 311 214 23 0 36 25 142 44 103
Binary 10100010 11001001 10001100 10011 0 11110 10101 1100010 100100 1000011

Color Harmonies of #A2C98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C98C

Black with #A2C98C

Text Example


Text Example

White with #A2C98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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