Html Css Color HEX #A2C98E Gossip

📋 copy color: '#A2C98E'

red 162 ◦ green 201 ◦ blue 142

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

Shades of Gossip #A2C98E

Tints of Gossip #A2C98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 32.08%
G = 39.8%
B = 28.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#A2C98E (or 0xA2C98E) is known color: Gossip. HEX triplet: A2, C9 and 8E. RGB value is (162,201,142). Sum of RGB (Red+Green+Blue) = 162+201+142=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C98E is #5D3671. Grayscale: #B6B6B6. Windows color (decimal): -6108786 or 9357730. OLE color: 9357730.

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

Color convert

RGB 162 201 142 -
CMYK 0.19 0 0.29 0.21
HSL 99.66º 0.35% 0.67% -
HSV(B) 99.66º 0.29% 0.79% -
XYZ 40.67 51.41 33.37 -
YUV 182.61 105.08 113.3 -
System Red Green Blue C M Y K H S L
Decimal 162 201 142 0.19 0 0.29 0.21 99.66 0.35 0.67
Hex A2 C9 8E 13 0 1D 15 64 23 43
Octal 242 311 216 23 0 35 25 144 43 103
Binary 10100010 11001001 10001110 10011 0 11101 10101 1100100 100011 1000011

Color Harmonies of #A2C98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C98E

Black with #A2C98E

Text Example


Text Example

White with #A2C98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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