#ADB504

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

Shades of Citrus #ADB504

Tints of Citrus #ADB504

Color information

#ADB504 (or 0xADB504) is unknown color: approx Citrus. HEX triplet: AD, B5 and 04. RGB value is (173,181,4). Sum of RGB (Red+Green+Blue) = 173+181+4=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB504 is #524AFB. Grayscale: #9F9F9F. Windows color (decimal): -5393148 or 308653. OLE color: 308653.

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

Color convert

RGB1731814-
CMYK0.0400.980.29
HSL62.71º95.68%36.27%-
HSV(B)62.71º97.79%70.98%-
XYZ33.7841.946.43-
YUV158.4340.85138.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 181 (71.09% from 255) = 50.56%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=48.32%
G=50.56%
B=1.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17318140.0400.980.2962.7195.6836.27
HexADB5440621D3f6024
Octal255265440142357714044
Binary101011011011010110010001100010111011111111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB504; }

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

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

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

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

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

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

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

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