#ADB93B

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

Shades of Celery #ADB93B

Tints of Celery #ADB93B

Color information

#ADB93B (or 0xADB93B) is unknown color: approx Celery. HEX triplet: AD, B9 and 3B. RGB value is (173,185,59). Sum of RGB (Red+Green+Blue) = 173+185+59=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB93B is #5246C4. Grayscale: #A7A7A7. Windows color (decimal): -5392069 or 3914157. OLE color: 3914157.

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

Color convert

RGB17318559-
CMYK0.0600.680.27
HSL65.71º51.64%47.84%-
HSV(B)65.71º68.11%72.55%-
XYZ35.3743.910.75-
YUV167.0567.02132.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 185 (72.66% from 255) = 44.36%
BLUE value IS 59 (23.44% from 255) = 14.15%
R=41.49%
G=44.36%
B=14.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185590.0600.680.2765.7151.6447.84
HexADB93B60441B423430
Octal2552717360104331026460
Binary101011011011100111101111001000100110111000010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB93B; }

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

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

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

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

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

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

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

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