#ADBA92

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

Shades of Green Spring #ADBA92

Tints of Green Spring #ADBA92

Color information

#ADBA92 (or 0xADBA92) is unknown color: approx Green Spring. HEX triplet: AD, BA and 92. RGB value is (173,186,146). Sum of RGB (Red+Green+Blue) = 173+186+146=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA92 is #52456D. Grayscale: #B1B1B1. Windows color (decimal): -5391726 or 9616045. OLE color: 9616045.

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

Color convert

RGB173186146-
CMYK0.0700.220.27
HSL79.5º22.47%65.1%-
HSV(B)79.5º21.51%72.94%-
XYZ39.9846.0833.98-
YUV177.55110.19124.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=34.26%
G=36.83%
B=28.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861460.0700.220.2779.522.4765.1
HexADBA9270161B501641
Octal25527222270263312026101
Binary101011011011101010010010111010110110111010000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA92; }

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

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

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

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

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

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

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

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