#ADB904

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

Shades of Citrus #ADB904

Tints of Citrus #ADB904

Color information

#ADB904 (or 0xADB904) is unknown color: approx Citrus. HEX triplet: AD, B9 and 04. RGB value is (173,185,4). Sum of RGB (Red+Green+Blue) = 173+185+4=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB904 is #5246FB. Grayscale: #A1A1A1. Windows color (decimal): -5392124 or 309677. OLE color: 309677.

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

Color convert

RGB1731854-
CMYK0.0600.980.27
HSL63.98º95.77%37.06%-
HSV(B)63.98º97.84%72.55%-
XYZ34.643.596.7-
YUV160.7839.52136.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.79%
GREEN value IS 185 (72.66% from 255) = 51.10%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=47.79%
G=51.10%
B=1.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17318540.0600.980.2763.9895.7737.06
HexADB9460621B406025
Octal2552714601423310014045
Binary1010110110111001100110011000101101110000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB904; }

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

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

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

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

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

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

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

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