#ADBA99

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

Shades of Green Spring #ADBA99

Tints of Green Spring #ADBA99

Color information

#ADBA99 (or 0xADBA99) is unknown color: approx Green Spring. HEX triplet: AD, BA and 99. RGB value is (173,186,153). Sum of RGB (Red+Green+Blue) = 173+186+153=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA99 is #524566. Grayscale: #B2B2B2. Windows color (decimal): -5391719 or 10074797. OLE color: 10074797.

HSL color Cylindrical-coordinate representation of color #ADBA99: hue angle of 83.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBA99 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB173186153-
CMYK0.0700.180.27
HSL83.64º19.3%66.47%-
HSV(B)83.64º17.74%72.94%-
XYZ40.5446.336.94-
YUV178.35113.69124.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=33.79%
G=36.33%
B=29.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861530.0700.180.2783.6419.366.47
HexADBA9970121B541342
Octal25527223170223312423102
Binary101011011011101010011001111010010110111010100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA99; }

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

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

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

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

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

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

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

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