#A8B367

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

Shades of Green Smoke #A8B367

Tints of Green Smoke #A8B367

Color information

#A8B367 (or 0xA8B367) is unknown color: approx Green Smoke. HEX triplet: A8, B3 and 67. RGB value is (168,179,103). Sum of RGB (Red+Green+Blue) = 168+179+103=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B367 is #574C98. Grayscale: #A7A7A7. Windows color (decimal): -5721241 or 6796200. OLE color: 6796200.

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

Color convert

RGB168179103-
CMYK0.0600.420.30
HSL68.68º33.33%55.29%-
HSV(B)68.68º42.46%70.2%-
XYZ34.7241.5419.02-
YUV167.0591.86128.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=37.33%
G=39.78%
B=22.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791030.0600.420.3068.6833.3355.29
HexA8B367602A1E452137
Octal2502631476052361054167
Binary101010001011001111001111100101010111101000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B367; }

 p { color: rgb(168,179,103); }

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

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

 a { background-color: rgb(168,179,103); }

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

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

 span { border-color: rgb(168,179,103); }

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