#ADB499

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

Shades of Green Spring #ADB499

Tints of Green Spring #ADB499

Color information

#ADB499 (or 0xADB499) is unknown color: approx Green Spring. HEX triplet: AD, B4 and 99. RGB value is (173,180,153). Sum of RGB (Red+Green+Blue) = 173+180+153=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB499 is #524B66. Grayscale: #AEAEAE. Windows color (decimal): -5393255 or 10073261. OLE color: 10073261.

HSL color Cylindrical-coordinate representation of color #ADB499: hue angle of 75.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB499 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB173180153-
CMYK0.0400.150.29
HSL75.56º15.25%65.29%-
HSV(B)75.56º15%70.59%-
XYZ39.343.8336.52-
YUV174.83115.68126.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=34.19%
G=35.57%
B=30.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801530.0400.150.2975.5615.2565.29
HexADB49940F1D4cf41
Octal25526423140173511417101
Binary1010110110110100100110011000111111101100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB499; }

 p { color: rgb(173,180,153); }

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

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

 a { background-color: rgb(173,180,153); }

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

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

 span { border-color: rgb(173,180,153); }

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