#A8B299

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

Shades of Green Spring #A8B299

Tints of Green Spring #A8B299

Color information

#A8B299 (or 0xA8B299) is unknown color: approx Green Spring. HEX triplet: A8, B2 and 99. RGB value is (168,178,153). Sum of RGB (Red+Green+Blue) = 168+178+153=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B299 is #574D66. Grayscale: #ACACAC. Windows color (decimal): -5721447 or 10072744. OLE color: 10072744.

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

Color convert

RGB168178153-
CMYK0.0600.140.30
HSL84º13.97%64.9%-
HSV(B)84º14.04%69.8%-
XYZ37.8242.4736.34-
YUV172.16117.19125.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=33.67%
G=35.67%
B=30.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781530.0600.140.308413.9764.9
HexA8B29960E1E54e41
Octal25026223160163612416101
Binary1010100010110010100110011100111011110101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B299; }

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

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

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

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

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

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

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

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