#A6B55F

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

Shades of Green Smoke #A6B55F

Tints of Green Smoke #A6B55F

Color information

#A6B55F (or 0xA6B55F) is unknown color: approx Green Smoke. HEX triplet: A6, B5 and 5F. RGB value is (166,181,95). Sum of RGB (Red+Green+Blue) = 166+181+95=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B55F is #594AA0. Grayscale: #A7A7A7. Windows color (decimal): -5851809 or 6272422. OLE color: 6272422.

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

Color convert

RGB16618195-
CMYK0.0800.480.29
HSL70.47º36.75%54.12%-
HSV(B)70.47º47.51%70.98%-
XYZ34.3241.9817.12-
YUV166.7187.53127.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=37.56%
G=40.95%
B=21.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166181950.0800.480.2970.4736.7554.12
HexA6B55F80301D462536
Octal24626513710060351064566
Binary1010011010110101101111110000110000111011000110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B55F; }

 p { color: rgb(166,181,95); }

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

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

 a { background-color: rgb(166,181,95); }

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

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

 span { border-color: rgb(166,181,95); }

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