#A8B25F

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

Shades of Green Smoke #A8B25F

Tints of Green Smoke #A8B25F

Color information

#A8B25F (or 0xA8B25F) is unknown color: approx Green Smoke. HEX triplet: A8, B2 and 5F. RGB value is (168,178,95). Sum of RGB (Red+Green+Blue) = 168+178+95=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B25F is #574DA0. Grayscale: #A5A5A5. Windows color (decimal): -5721505 or 6271656. OLE color: 6271656.

HSL color Cylindrical-coordinate representation of color #A8B25F: hue angle of 67.23º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B25F is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB16817895-
CMYK0.0600.470.30
HSL67.23º35.02%53.53%-
HSV(B)67.23º46.63%69.8%-
XYZ34.1340.9916.94-
YUV165.5588.19129.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=38.10%
G=40.36%
B=21.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168178950.0600.470.3067.2335.0253.53
HexA8B25F602F1E432336
Octal2502621376057361034366
Binary101010001011001010111111100101111111101000011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B25F; }

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

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

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

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

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

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

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

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