#A8B462

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

Shades of Green Smoke #A8B462

Tints of Green Smoke #A8B462

Color information

#A8B462 (or 0xA8B462) is unknown color: approx Green Smoke. HEX triplet: A8, B4 and 62. RGB value is (168,180,98). Sum of RGB (Red+Green+Blue) = 168+180+98=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B462 is #574B9D. Grayscale: #A7A7A7. Windows color (decimal): -5720990 or 6468776. OLE color: 6468776.

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

Color convert

RGB16818098-
CMYK0.0700.460.29
HSL68.78º35.34%54.51%-
HSV(B)68.78º45.56%70.59%-
XYZ34.6741.8517.81-
YUV167.0689.02128.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=37.67%
G=40.36%
B=21.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180980.0700.460.2968.7835.3454.51
HexA8B462702E1D452337
Octal2502641427056351054367
Binary101010001011010011000101110101110111011000101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B462; }

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

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

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

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

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

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

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

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