#A8BA69

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

Shades of Green Smoke #A8BA69

Tints of Green Smoke #A8BA69

Color information

#A8BA69 (or 0xA8BA69) is unknown color: approx Green Smoke. HEX triplet: A8, BA and 69. RGB value is (168,186,105). Sum of RGB (Red+Green+Blue) = 168+186+105=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA69 is #574596. Grayscale: #ABABAB. Windows color (decimal): -5719447 or 6929064. OLE color: 6929064.

HSL color Cylindrical-coordinate representation of color #A8BA69: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8BA69 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB168186105-
CMYK0.1000.440.27
HSL73.33º36.99%57.06%-
HSV(B)73.33º43.55%72.94%-
XYZ36.2644.4620.04-
YUV171.3890.54125.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=36.60%
G=40.52%
B=22.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861050.1000.440.2773.3336.9957.06
HexA8BA69A02C1B492539
Octal25027215112054331114571
Binary1010100010111010110100110100101100110111001001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA69; }

 p { color: rgb(168,186,105); }

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

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

 a { background-color: rgb(168,186,105); }

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

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

 span { border-color: rgb(168,186,105); }

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