#A8B46B

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

Shades of Green Smoke #A8B46B

Tints of Green Smoke #A8B46B

Color information

#A8B46B (or 0xA8B46B) is unknown color: approx Green Smoke. HEX triplet: A8, B4 and 6B. RGB value is (168,180,107). Sum of RGB (Red+Green+Blue) = 168+180+107=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B46B is #574B94. Grayscale: #A8A8A8. Windows color (decimal): -5720981 or 7058600. OLE color: 7058600.

HSL color Cylindrical-coordinate representation of color #A8B46B: hue angle of 69.86º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8B46B is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB168180107-
CMYK0.0700.410.29
HSL69.86º32.74%56.27%-
HSV(B)69.86º40.56%70.59%-
XYZ35.1242.0320.17-
YUV168.0993.52127.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=36.92%
G=39.56%
B=23.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801070.0700.410.2969.8632.7456.27
HexA8B46B70291D462138
Octal2502641537051351064170
Binary101010001011010011010111110101001111011000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B46B; }

 p { color: rgb(168,180,107); }

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

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

 a { background-color: rgb(168,180,107); }

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

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

 span { border-color: rgb(168,180,107); }

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