Html Css Color HEX #A8C993 Gossip

📋 copy color: '#A8C993'

red 168 ◦ green 201 ◦ blue 147

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

Shades of Gossip #A8C993

Tints of Gossip #A8C993

RGB

 RED value IS 168 (66.02% from 255) = 32.56%

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

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 32.56%
G = 38.95%
B = 28.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#A8C993 (or 0xA8C993) is known color: Gossip. HEX triplet: A8, C9 and 93. RGB value is (168,201,147). Sum of RGB (Red+Green+Blue) = 168+201+147=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C993 is #57366C. Grayscale: #B9B9B9. Windows color (decimal): -5715565 or 9685416. OLE color: 9685416.

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

Color convert

RGB 168 201 147 -
CMYK 0.16 0 0.27 0.21
HSL 96.67º 0.33% 0.68% -
HSV(B) 96.67º 0.27% 0.79% -
XYZ 42.3 52.2 35.45 -
YUV 184.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 168 201 147 0.16 0 0.27 0.21 96.67 0.33 0.68
Hex A8 C9 93 10 0 1B 15 61 21 44
Octal 250 311 223 20 0 33 25 141 41 104
Binary 10101000 11001001 10010011 10000 0 11011 10101 1100001 100001 1000100

Color Harmonies of #A8C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C993

Black with #A8C993

Text Example


Text Example

White with #A8C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C993; }

 p { color: rgb(168,201,147); }

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

background-color css

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

 a { background-color: rgb(168,201,147); }

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

border-color css

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

 span { border-color: rgb(168,201,147); }

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