#ADAD03

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

Shades of Citrus #ADAD03

Tints of Citrus #ADAD03

Color information

#ADAD03 (or 0xADAD03) is unknown color: approx Citrus. HEX triplet: AD, AD and 03. RGB value is (173,173,3). Sum of RGB (Red+Green+Blue) = 173+173+3=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD03 is #5252FC. Grayscale: #9A9A9A. Windows color (decimal): -5395197 or 241069. OLE color: 241069.

HSL color Cylindrical-coordinate representation of color #ADAD03: hue angle of 60º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADAD03 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1731733-
CMYK000.980.32
HSL60º96.59%34.51%-
HSV(B)60º98.27%67.84%-
XYZ32.1938.785.87-
YUV153.6243141.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=49.57%
G=49.57%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731733000.980.326096.5934.51
HexADAD30062203c6123
Octal255255300142407414143
Binary1010110110101101110011000101000001111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD03; }

 p { color: rgb(173,173,3); }

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

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

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

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

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

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

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