#ADB298

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

Shades of Green Spring #ADB298

Tints of Green Spring #ADB298

Color information

#ADB298 (or 0xADB298) is unknown color: approx Green Spring. HEX triplet: AD, B2 and 98. RGB value is (173,178,152). Sum of RGB (Red+Green+Blue) = 173+178+152=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB298 is #524D67. Grayscale: #ADADAD. Windows color (decimal): -5393768 or 10007213. OLE color: 10007213.

HSL color Cylindrical-coordinate representation of color #ADB298: hue angle of 71.54º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB298 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB173178152-
CMYK0.0300.150.30
HSL71.54º14.44%64.71%-
HSV(B)71.54º14.61%69.8%-
XYZ38.8242.9935.96-
YUV173.54115.84127.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=34.39%
G=35.39%
B=30.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781520.0300.150.3071.5414.4464.71
HexADB29830F1E48e41
Octal25526223030173611016101
Binary101011011011001010011000110111111110100100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB298; }

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

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

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

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

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

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

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

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