Html Css Color HEX #ADAA00 Citrus

📋 copy color: '#ADAA00'

red 173 ◦ green 170 ◦ blue 0

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

Shades of Citrus #ADAA00

Tints of Citrus #ADAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.56%

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

R = 50.44%
G = 49.56%
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

#ADAA00 (or 0xADAA00) is known color: Citrus. HEX triplet: AD, AA and 00. RGB value is (173,170,0). Sum of RGB (Red+Green+Blue) = 173+170+0=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA00 is #5255FF. Grayscale: #989898. Windows color (decimal): -5395968 or 43693. OLE color: 43693.

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

Color convert

RGB 173 170 0 -
CMYK 0 0.02 1 0.32
HSL 58.96º 1% 0.34% -
HSV(B) 58.96º 1% 0.68% -
XYZ 31.61 37.63 5.6 -
YUV 151.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 173 170 0 0 0.02 1 0.32 58.96 1 0.34
Hex AD AA 0 0 2 64 20 3B 64 22
Octal 255 252 0 0 2 144 40 73 144 42
Binary 10101101 10101010 0 0 10 1100100 100000 111011 1100100 100010

Color Harmonies of #ADAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA00

Black with #ADAA00

Text Example


Text Example

White with #ADAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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