#ADB500

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

Shades of Citrus #ADB500

Tints of Citrus #ADB500

Color information

#ADB500 (or 0xADB500) is unknown color: approx Citrus. HEX triplet: AD, B5 and 00. RGB value is (173,181,0). Sum of RGB (Red+Green+Blue) = 173+181+0=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB500 is #524AFF. Grayscale: #9E9E9E. Windows color (decimal): -5393152 or 46509. OLE color: 46509.

HSL color Cylindrical-coordinate representation of color #ADB500: hue angle of 62.65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADB500 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1731810-
CMYK0.04010.29
HSL62.65º100%35.49%-
HSV(B)62.65º100%70.98%-
XYZ33.7641.936.31-
YUV157.9738.85138.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.87%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.87%
G=51.13%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17318100.04010.2962.6510035.49
HexADB5040641D3f6423
Octal255265040144357714443
Binary1010110110110101010001100100111011111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB500; }

 p { color: rgb(173,181,0); }

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

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

 a { background-color: rgb(173,181,0); }

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

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

 span { border-color: rgb(173,181,0); }

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