Html Css Color HEX #A2C88C Gossip

📋 copy color: '#A2C88C'

red 162 ◦ green 200 ◦ blue 140

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

Shades of Gossip #A2C88C

Tints of Gossip #A2C88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

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

R = 32.27%
G = 39.84%
B = 27.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#A2C88C (or 0xA2C88C) is known color: Gossip. HEX triplet: A2, C8 and 8C. RGB value is (162,200,140). Sum of RGB (Red+Green+Blue) = 162+200+140=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C88C is #5D3773. Grayscale: #B6B6B6. Windows color (decimal): -6109044 or 9226402. OLE color: 9226402.

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

Color convert

RGB 162 200 140 -
CMYK 0.19 0 0.3 0.22
HSL 98º 0.35% 0.67% -
HSV(B) 98º 0.3% 0.78% -
XYZ 40.29 50.88 32.51 -
YUV 181.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 162 200 140 0.19 0 0.3 0.22 98 0.35 0.67
Hex A2 C8 8C 13 0 1E 16 62 23 43
Octal 242 310 214 23 0 36 26 142 43 103
Binary 10100010 11001000 10001100 10011 0 11110 10110 1100010 100011 1000011

Color Harmonies of #A2C88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C88C

Black with #A2C88C

Text Example


Text Example

White with #A2C88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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