#ADB794

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

Shades of Green Spring #ADB794

Tints of Green Spring #ADB794

Color information

#ADB794 (or 0xADB794) is unknown color: approx Green Spring. HEX triplet: AD, B7 and 94. RGB value is (173,183,148). Sum of RGB (Red+Green+Blue) = 173+183+148=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB794 is #52486B. Grayscale: #B0B0B0. Windows color (decimal): -5392492 or 9746349. OLE color: 9746349.

HSL color Cylindrical-coordinate representation of color #ADB794: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB794 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB173183148-
CMYK0.0500.190.28
HSL77.14º19.55%64.9%-
HSV(B)77.14º19.13%71.76%-
XYZ39.5144.8934.6-
YUV176.02112.19125.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=34.33%
G=36.31%
B=29.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831480.0500.190.2877.1419.5564.9
HexADB79450131C4d1441
Octal25526722450233411524101
Binary101011011011011110010100101010011111001001101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB794; }

 p { color: rgb(173,183,148); }

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

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

 a { background-color: rgb(173,183,148); }

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

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

 span { border-color: rgb(173,183,148); }

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