#A5B08A

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

Shades of Green Spring #A5B08A

Tints of Green Spring #A5B08A

Color information

#A5B08A (or 0xA5B08A) is unknown color: approx Green Spring. HEX triplet: A5, B0 and 8A. RGB value is (165,176,138). Sum of RGB (Red+Green+Blue) = 165+176+138=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B08A is #5A4F75. Grayscale: #A8A8A8. Windows color (decimal): -5918582 or 9089189. OLE color: 9089189.

HSL color Cylindrical-coordinate representation of color #A5B08A: hue angle of 77.37º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5B08A is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB165176138-
CMYK0.0600.220.31
HSL77.37º19.39%61.57%-
HSV(B)77.37º21.59%69.02%-
XYZ35.6340.8830.06-
YUV168.38110.86125.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=34.45%
G=36.74%
B=28.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761380.0600.220.3177.3719.3961.57
HexA5B08A60161F4d133e
Octal2452602126026371152376
Binary10100101101100001000101011001011011111100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B08A; }

 p { color: rgb(165,176,138); }

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

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

 a { background-color: rgb(165,176,138); }

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

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

 span { border-color: rgb(165,176,138); }

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