#ADB790

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

Shades of Green Spring #ADB790

Tints of Green Spring #ADB790

Color information

#ADB790 (or 0xADB790) is unknown color: approx Green Spring. HEX triplet: AD, B7 and 90. RGB value is (173,183,144). Sum of RGB (Red+Green+Blue) = 173+183+144=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB790 is #52486F. Grayscale: #AFAFAF. Windows color (decimal): -5392496 or 9484205. OLE color: 9484205.

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

Color convert

RGB173183144-
CMYK0.0500.210.28
HSL75.38º21.31%64.12%-
HSV(B)75.38º21.31%71.76%-
XYZ39.244.7632.96-
YUV175.56110.19126.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=34.6%
G=36.6%
B=28.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831440.0500.210.2875.3821.3164.12
HexADB79050151C4b1540
Octal25526722050253411325100
Binary101011011011011110010000101010101111001001011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB790; }

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

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

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

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

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

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

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

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