#ADB750

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

Shades of Celery #ADB750

Tints of Celery #ADB750

Color information

#ADB750 (or 0xADB750) is unknown color: approx Celery. HEX triplet: AD, B7 and 50. RGB value is (173,183,80). Sum of RGB (Red+Green+Blue) = 173+183+80=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB750 is #5248AF. Grayscale: #A8A8A8. Windows color (decimal): -5392560 or 5289901. OLE color: 5289901.

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

Color convert

RGB17318380-
CMYK0.0500.560.28
HSL65.83º41.7%51.57%-
HSV(B)65.83º56.28%71.76%-
XYZ35.6243.3314.08-
YUV168.2778.19131.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=39.68%
G=41.97%
B=18.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183800.0500.560.2865.8341.751.57
HexADB75050381C422a34
Octal2552671205070341025264
Binary101011011011011110100001010111000111001000010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB750; }

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

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

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

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

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

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

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

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