Html Css Color HEX #A8B661 Green Smoke

📋 copy color: '#A8B661'

red 168 ◦ green 182 ◦ blue 97

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

Shades of Green Smoke #A8B661

Tints of Green Smoke #A8B661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.7%

R = 37.58%
G = 40.72%
B = 21.7%

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

#A8B661 (or 0xA8B661) is known color: Green Smoke. HEX triplet: A8, B6 and 61. RGB value is (168,182,97). Sum of RGB (Red+Green+Blue) = 168+182+97=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B661 is #57499E. Grayscale: #A8A8A8. Windows color (decimal): -5720479 or 6403752. OLE color: 6403752.

HSL color Cylindrical-coordinate representation of color #A8B661: hue angle of 69.88º 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 #A8B661 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 97 -
CMYK 0.08 0 0.47 0.29
HSL 69.88º 0.37% 0.55% -
HSV(B) 69.88º 0.47% 0.71% -
XYZ 35.03 42.64 17.69 -
YUV 168.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 168 182 97 0.08 0 0.47 0.29 69.88 0.37 0.55
Hex A8 B6 61 8 0 2F 1D 46 25 37
Octal 250 266 141 10 0 57 35 106 45 67
Binary 10101000 10110110 1100001 1000 0 101111 11101 1000110 100101 110111

Color Harmonies of #A8B661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B661

Black with #A8B661

Text Example


Text Example

White with #A8B661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B661; }

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

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

background-color css

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

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

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

border-color css

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

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

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