Html Css Color HEX #A7D695 Gossip

📋 copy color: '#A7D695'

red 167 ◦ green 214 ◦ blue 149

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

Shades of Gossip #A7D695

Tints of Gossip #A7D695

RGB

 RED value IS 167 (65.63% from 255) = 31.51%

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 31.51%
G = 40.38%
B = 28.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#A7D695 (or 0xA7D695) is known color: Gossip. HEX triplet: A7, D6 and 95. RGB value is (167,214,149). Sum of RGB (Red+Green+Blue) = 167+214+149=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D695 is #58296A. Grayscale: #C0C0C0. Windows color (decimal): -5777771 or 9819815. OLE color: 9819815.

HSL color Cylindrical-coordinate representation of color #A7D695: hue angle of 103.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7D695 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 214 149 -
CMYK 0.22 0 0.30 0.16
HSL 103.38º 0.44% 0.71% -
HSV(B) 103.38º 0.3% 0.84% -
XYZ 45.41 58.48 37.33 -
YUV 192.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 167 214 149 0.22 0 0.30 0.16 103.38 0.44 0.71
Hex A7 D6 95 16 0 1E 10 67 2C 47
Octal 247 326 225 26 0 36 20 147 54 107
Binary 10100111 11010110 10010101 10110 0 11110 10000 1100111 101100 1000111

Color Harmonies of #A7D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D695

Black with #A7D695

Text Example


Text Example

White with #A7D695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D695; }

 p { color: rgb(167,214,149); }

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

background-color css

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

 a { background-color: rgb(167,214,149); }

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

border-color css

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

 span { border-color: rgb(167,214,149); }

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