#ADB951

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

Shades of Celery #ADB951

Tints of Celery #ADB951

Color information

#ADB951 (or 0xADB951) is unknown color: approx Celery. HEX triplet: AD, B9 and 51. RGB value is (173,185,81). Sum of RGB (Red+Green+Blue) = 173+185+81=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB951 is #5246AE. Grayscale: #A9A9A9. Windows color (decimal): -5392047 or 5355949. OLE color: 5355949.

HSL color Cylindrical-coordinate representation of color #ADB951: hue angle of 66.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB951 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB17318581-
CMYK0.0600.560.27
HSL66.92º42.62%52.16%-
HSV(B)66.92º56.22%72.55%-
XYZ36.0744.1814.41-
YUV169.5678.02130.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 81 (32.03% from 255) = 18.45%
R=39.41%
G=42.14%
B=18.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185810.0600.560.2766.9242.6252.16
HexADB95160381B432b34
Octal2552711216070331035364
Binary101011011011100110100011100111000110111000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB951; }

 p { color: rgb(173,185,81); }

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

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

 a { background-color: rgb(173,185,81); }

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

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

 span { border-color: rgb(173,185,81); }

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