#ADB938

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

Shades of Celery #ADB938

Tints of Celery #ADB938

Color information

#ADB938 (or 0xADB938) is unknown color: approx Celery. HEX triplet: AD, B9 and 38. RGB value is (173,185,56). Sum of RGB (Red+Green+Blue) = 173+185+56=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB938 is #5246C7. Grayscale: #A7A7A7. Windows color (decimal): -5392072 or 3717549. OLE color: 3717549.

HSL color Cylindrical-coordinate representation of color #ADB938: hue angle of 65.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADB938 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB17318556-
CMYK0.0600.700.27
HSL65.58º53.53%47.25%-
HSV(B)65.58º69.73%72.55%-
XYZ35.343.8710.35-
YUV166.7165.52132.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 56 (22.27% from 255) = 13.53%
R=41.79%
G=44.69%
B=13.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185560.0600.700.2765.5853.5347.25
HexADB93860461B42362f
Octal2552717060106331026657
Binary101011011011100111100011001000110110111000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB938; }

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

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

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

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

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

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

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

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