#A8B29B

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

Shades of Green Spring #A8B29B

Tints of Green Spring #A8B29B

Color information

#A8B29B (or 0xA8B29B) is unknown color: approx Green Spring. HEX triplet: A8, B2 and 9B. RGB value is (168,178,155). Sum of RGB (Red+Green+Blue) = 168+178+155=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B29B is #574D64. Grayscale: #ACACAC. Windows color (decimal): -5721445 or 10203816. OLE color: 10203816.

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

Color convert

RGB168178155-
CMYK0.0600.130.30
HSL86.09º12.99%65.29%-
HSV(B)86.09º12.92%69.8%-
XYZ37.9942.5337.22-
YUV172.39118.19124.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=33.53%
G=35.53%
B=30.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781550.0600.130.3086.0912.9965.29
HexA8B29B60D1E56d41
Octal25026223360153612615101
Binary1010100010110010100110111100110111110101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B29B; }

 p { color: rgb(168,178,155); }

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

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

 a { background-color: rgb(168,178,155); }

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

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

 span { border-color: rgb(168,178,155); }

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