Html Css Color HEX #ADA900 Citrus

📋 copy color: '#ADA900'

red 173 ◦ green 169 ◦ blue 0

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

Shades of Citrus #ADA900

Tints of Citrus #ADA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.58%
G = 49.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADA900 (or 0xADA900) is known color: Citrus. HEX triplet: AD, A9 and 00. RGB value is (173,169,0). Sum of RGB (Red+Green+Blue) = 173+169+0=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA900 is #5256FF. Grayscale: #979797. Windows color (decimal): -5396224 or 43437. OLE color: 43437.

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

Color convert

RGB 173 169 0 -
CMYK 0 0.02 1 0.32
HSL 58.61º 1% 0.34% -
HSV(B) 58.61º 1% 0.68% -
XYZ 31.42 37.26 5.54 -
YUV 150.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 173 169 0 0 0.02 1 0.32 58.61 1 0.34
Hex AD A9 0 0 2 64 20 3B 64 22
Octal 255 251 0 0 2 144 40 73 144 42
Binary 10101101 10101001 0 0 10 1100100 100000 111011 1100100 100010

Color Harmonies of #ADA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA900

Black with #ADA900

Text Example


Text Example

White with #ADA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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