Html Css Color HEX #A8B963 Green Smoke

📋 copy color: '#A8B963'

red 168 ◦ green 185 ◦ blue 99

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

Shades of Green Smoke #A8B963

Tints of Green Smoke #A8B963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.9%

R = 37.17%
G = 40.93%
B = 21.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#A8B963 (or 0xA8B963) is known color: Green Smoke. HEX triplet: A8, B9 and 63. RGB value is (168,185,99). Sum of RGB (Red+Green+Blue) = 168+185+99=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B963 is #57469C. Grayscale: #AAAAAA. Windows color (decimal): -5719709 or 6535592. OLE color: 6535592.

HSL color Cylindrical-coordinate representation of color #A8B963: hue angle of 71.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B963 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 99 -
CMYK 0.09 0 0.46 0.27
HSL 71.86º 0.38% 0.56% -
HSV(B) 71.86º 0.46% 0.73% -
XYZ 35.75 43.92 18.4 -
YUV 170.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 168 185 99 0.09 0 0.46 0.27 71.86 0.38 0.56
Hex A8 B9 63 9 0 2E 1B 48 26 38
Octal 250 271 143 11 0 56 33 110 46 70
Binary 10101000 10111001 1100011 1001 0 101110 11011 1001000 100110 111000

Color Harmonies of #A8B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B963

Black with #A8B963

Text Example


Text Example

White with #A8B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B963; }

 p { color: rgb(168,185,99); }

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

background-color css

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

 a { background-color: rgb(168,185,99); }

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

border-color css

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

 span { border-color: rgb(168,185,99); }

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