Html Css Color HEX #A8B061 Green Smoke

📋 copy color: '#A8B061'

red 168 ◦ green 176 ◦ blue 97

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

Shades of Green Smoke #A8B061

Tints of Green Smoke #A8B061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.91%

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

R = 38.1%
G = 39.91%
B = 22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#A8B061 (or 0xA8B061) is known color: Green Smoke. HEX triplet: A8, B0 and 61. RGB value is (168,176,97). Sum of RGB (Red+Green+Blue) = 168+176+97=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B061 is #574F9E. Grayscale: #A4A4A4. Windows color (decimal): -5722015 or 6402216. OLE color: 6402216.

HSL color Cylindrical-coordinate representation of color #A8B061: hue angle of 66.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8B061 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 97 -
CMYK 0.05 0 0.45 0.31
HSL 66.08º 0.33% 0.54% -
HSV(B) 66.08º 0.45% 0.69% -
XYZ 33.83 40.24 17.29 -
YUV 164.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 168 176 97 0.05 0 0.45 0.31 66.08 0.33 0.54
Hex A8 B0 61 5 0 2D 1F 42 21 36
Octal 250 260 141 5 0 55 37 102 41 66
Binary 10101000 10110000 1100001 101 0 101101 11111 1000010 100001 110110

Color Harmonies of #A8B061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B061

Black with #A8B061

Text Example


Text Example

White with #A8B061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B061; }

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

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

background-color css

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

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

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

border-color css

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

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

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