#ADB74C

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

Shades of Celery #ADB74C

Tints of Celery #ADB74C

Color information

#ADB74C (or 0xADB74C) is unknown color: approx Celery. HEX triplet: AD, B7 and 4C. RGB value is (173,183,76). Sum of RGB (Red+Green+Blue) = 173+183+76=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB74C is #5248B3. Grayscale: #A8A8A8. Windows color (decimal): -5392564 or 5027757. OLE color: 5027757.

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

Color convert

RGB17318376-
CMYK0.0500.580.28
HSL65.61º42.63%50.78%-
HSV(B)65.61º58.47%71.76%-
XYZ35.4743.2713.32-
YUV167.8176.19131.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 76 (30.08% from 255) = 17.59%
R=40.05%
G=42.36%
B=17.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183760.0500.580.2865.6142.6350.78
HexADB74C503A1C422b33
Octal2552671145072341025363
Binary101011011011011110011001010111010111001000010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB74C; }

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

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

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

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

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

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

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

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