#ADBD5C

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

Shades of Celery #ADBD5C

Tints of Celery #ADBD5C

Color information

#ADBD5C (or 0xADBD5C) is unknown color: approx Celery. HEX triplet: AD, BD and 5C. RGB value is (173,189,92). Sum of RGB (Red+Green+Blue) = 173+189+92=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD5C is #5242A3. Grayscale: #ADADAD. Windows color (decimal): -5391012 or 6077869. OLE color: 6077869.

HSL color Cylindrical-coordinate representation of color #ADBD5C: hue angle of 69.9º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADBD5C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17318992-
CMYK0.0800.510.26
HSL69.9º42.36%55.1%-
HSV(B)69.9º51.32%74.12%-
XYZ37.3646.0517.04-
YUV173.1682.2127.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=38.11%
G=41.63%
B=20.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173189920.0800.510.2669.942.3655.1
HexADBD5C80331A462a37
Octal25527513410063321065267
Binary1010110110111101101110010000110011110101000110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD5C; }

 p { color: rgb(173,189,92); }

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

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

 a { background-color: rgb(173,189,92); }

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

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

 span { border-color: rgb(173,189,92); }

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