Html Css Color HEX #A8B660 Green Smoke

📋 copy color: '#A8B660'

red 168 ◦ green 182 ◦ blue 96

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

Shades of Green Smoke #A8B660

Tints of Green Smoke #A8B660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 37.67%
G = 40.81%
B = 21.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#A8B660 (or 0xA8B660) is known color: Green Smoke. HEX triplet: A8, B6 and 60. RGB value is (168,182,96). Sum of RGB (Red+Green+Blue) = 168+182+96=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B660 is #57499F. Grayscale: #A8A8A8. Windows color (decimal): -5720480 or 6338216. OLE color: 6338216.

HSL color Cylindrical-coordinate representation of color #A8B660: hue angle of 69.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B660 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 96 -
CMYK 0.08 0 0.47 0.29
HSL 69.77º 0.37% 0.55% -
HSV(B) 69.77º 0.47% 0.71% -
XYZ 34.99 42.63 17.45 -
YUV 168.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 168 182 96 0.08 0 0.47 0.29 69.77 0.37 0.55
Hex A8 B6 60 8 0 2F 1D 46 25 37
Octal 250 266 140 10 0 57 35 106 45 67
Binary 10101000 10110110 1100000 1000 0 101111 11101 1000110 100101 110111

Color Harmonies of #A8B660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B660

Black with #A8B660

Text Example


Text Example

White with #A8B660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B660; }

 p { color: rgb(168,182,96); }

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

background-color css

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

 a { background-color: rgb(168,182,96); }

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

border-color css

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

 span { border-color: rgb(168,182,96); }

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