#ADBA93

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

Shades of Green Spring #ADBA93

Tints of Green Spring #ADBA93

Color information

#ADBA93 (or 0xADBA93) is unknown color: approx Green Spring. HEX triplet: AD, BA and 93. RGB value is (173,186,147). Sum of RGB (Red+Green+Blue) = 173+186+147=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA93 is #52456C. Grayscale: #B1B1B1. Windows color (decimal): -5391725 or 9681581. OLE color: 9681581.

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

Color convert

RGB173186147-
CMYK0.0700.210.27
HSL80º22.03%65.29%-
HSV(B)80º20.97%72.94%-
XYZ40.0646.1134.39-
YUV177.67110.69124.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=34.19%
G=36.76%
B=29.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861470.0700.210.278022.0365.29
HexADBA9370151B501641
Octal25527222370253312026101
Binary101011011011101010010011111010101110111010000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA93; }

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

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

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

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

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

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

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

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