Html Css Color HEX #A7B95D Green Smoke

📋 copy color: '#A7B95D'

red 167 ◦ green 185 ◦ blue 93

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

Shades of Green Smoke #A7B95D

Tints of Green Smoke #A7B95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 37.53%
G = 41.57%
B = 20.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#A7B95D (or 0xA7B95D) is known color: Green Smoke. HEX triplet: A7, B9 and 5D. RGB value is (167,185,93). Sum of RGB (Red+Green+Blue) = 167+185+93=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B95D is #5846A2. Grayscale: #A9A9A9. Windows color (decimal): -5785251 or 6142375. OLE color: 6142375.

HSL color Cylindrical-coordinate representation of color #A7B95D: hue angle of 71.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7B95D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 93 -
CMYK 0.10 0 0.50 0.27
HSL 71.74º 0.4% 0.55% -
HSV(B) 71.74º 0.5% 0.73% -
XYZ 35.26 43.7 16.93 -
YUV 169.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 167 185 93 0.10 0 0.50 0.27 71.74 0.4 0.55
Hex A7 B9 5D A 0 32 1B 48 28 37
Octal 247 271 135 12 0 62 33 110 50 67
Binary 10100111 10111001 1011101 1010 0 110010 11011 1001000 101000 110111

Color Harmonies of #A7B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B95D

Black with #A7B95D

Text Example


Text Example

White with #A7B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B95D; }

 p { color: rgb(167,185,93); }

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

background-color css

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

 a { background-color: rgb(167,185,93); }

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

border-color css

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

 span { border-color: rgb(167,185,93); }

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