#A8B05F

Color #A8B05F Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A8B05F

Tints of Green Smoke #A8B05F

Color information

#A8B05F (or 0xA8B05F) is unknown color: approx Green Smoke. HEX triplet: A8, B0 and 5F. RGB value is (168,176,95). Sum of RGB (Red+Green+Blue) = 168+176+95=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B05F is #574FA0. Grayscale: #A4A4A4. Windows color (decimal): -5722017 or 6271144. OLE color: 6271144.

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

Color convert

RGB16817695-
CMYK0.0500.460.31
HSL65.93º33.89%53.14%-
HSV(B)65.93º46.02%69.02%-
XYZ33.7440.216.81-
YUV164.3788.85130.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=38.27%
G=40.09%
B=21.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176950.0500.460.3165.9333.8953.14
HexA8B05F502E1F422235
Octal2502601375056371024265
Binary101010001011000010111111010101110111111000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B05F; }

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

 H1.HeaderClassName
 {
   color: #A8B05F;
 }
 .AnyTagClassName
 {
   color: #A8B05F;
 }
</style>
background-color css

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

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

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

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

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

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