#ADB000

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

Shades of Citrus #ADB000

Tints of Citrus #ADB000

Color information

#ADB000 (or 0xADB000) is unknown color: approx Citrus. HEX triplet: AD, B0 and 00. RGB value is (173,176,0). Sum of RGB (Red+Green+Blue) = 173+176+0=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB000 is #524FFF. Grayscale: #9B9B9B. Windows color (decimal): -5394432 or 45229. OLE color: 45229.

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

Color convert

RGB1731760-
CMYK0.02010.31
HSL61.02º100%34.51%-
HSV(B)61.02º100%69.02%-
XYZ32.7639.935.98-
YUV155.0440.51140.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.57%
G=50.43%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17317600.02010.3161.0210034.51
HexADB0020641F3d6423
Octal255260020144377514443
Binary101011011011000001001100100111111111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB000; }

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

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

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

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

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

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

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

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