#ADB498

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

Shades of Green Spring #ADB498

Tints of Green Spring #ADB498

Color information

#ADB498 (or 0xADB498) is unknown color: approx Green Spring. HEX triplet: AD, B4 and 98. RGB value is (173,180,152). Sum of RGB (Red+Green+Blue) = 173+180+152=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB498 is #524B67. Grayscale: #AEAEAE. Windows color (decimal): -5393256 or 10007725. OLE color: 10007725.

HSL color Cylindrical-coordinate representation of color #ADB498: hue angle of 75º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB498 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB173180152-
CMYK0.0400.160.29
HSL75º15.73%65.1%-
HSV(B)75º15.56%70.59%-
XYZ39.2243.7936.09-
YUV174.72115.18126.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=34.26%
G=35.64%
B=30.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801520.0400.160.297515.7365.1
HexADB49840101D4b1041
Octal25526423040203511320101
Binary101011011011010010011000100010000111011001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB498; }

 p { color: rgb(173,180,152); }

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

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

 a { background-color: rgb(173,180,152); }

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

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

 span { border-color: rgb(173,180,152); }

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