Html Css Color HEX #ADA803 Citrus

📋 copy color: '#ADA803'

red 173 ◦ green 168 ◦ blue 3

#ADA803
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #ADA803

Tints of Citrus #ADA803

RGB

 RED value IS 173 (67.97% from 255) = 50.29%

 GREEN value IS 168 (66.02% from 255) = 48.84%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 50.29%
G = 48.84%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA803 (or 0xADA803) is known color: Citrus. HEX triplet: AD, A8 and 03. RGB value is (173,168,3). Sum of RGB (Red+Green+Blue) = 173+168+3=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA803 is #5257FC. Grayscale: #979797. Windows color (decimal): -5396477 or 239789. OLE color: 239789.

HSL color Cylindrical-coordinate representation of color #ADA803: hue angle of 58.24º 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 #ADA803 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 3 -
CMYK 0 0.03 0.98 0.32
HSL 58.24º 0.97% 0.35% -
HSV(B) 58.24º 0.98% 0.68% -
XYZ 31.25 36.9 5.56 -
YUV 150.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 173 168 3 0 0.03 0.98 0.32 58.24 0.97 0.35
Hex AD A8 3 0 3 62 20 3A 61 23
Octal 255 250 3 0 3 142 40 72 141 43
Binary 10101101 10101000 11 0 11 1100010 100000 111010 1100001 100011

Color Harmonies of #ADA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA803

Black with #ADA803

Text Example


Text Example

White with #ADA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA803; }

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

 H1.HeaderClassName
 {
   color: #ADA803;
 }
 .AnyTagClassName
 {
   color: #ADA803;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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