Html Css Color HEX #A9A400 Citrus

📋 copy color: '#A9A400'

red 169 ◦ green 164 ◦ blue 0

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

Shades of Citrus #A9A400

Tints of Citrus #A9A400

RGB

 RED value IS 169 (66.41% from 255) = 50.75%

 GREEN value IS 164 (64.45% from 255) = 49.25%

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

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A9A400 (or 0xA9A400) is known color: Citrus. HEX triplet: A9, A4 and 00. RGB value is (169,164,0). Sum of RGB (Red+Green+Blue) = 169+164+0=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A400 is #565BFF. Grayscale: #939393. Windows color (decimal): -5659648 or 42153. OLE color: 42153.

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

Color convert

RGB 169 164 0 -
CMYK 0 0.03 1 0.34
HSL 58.22º 1% 0.33% -
HSV(B) 58.22º 1% 0.66% -
XYZ 29.64 34.99 5.19 -
YUV 146.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 169 164 0 0 0.03 1 0.34 58.22 1 0.33
Hex A9 A4 0 0 3 64 22 3A 64 21
Octal 251 244 0 0 3 144 42 72 144 41
Binary 10101001 10100100 0 0 11 1100100 100010 111010 1100100 100001

Color Harmonies of #A9A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A400

Black with #A9A400

Text Example


Text Example

White with #A9A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A400; }

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

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

background-color css

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

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

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

border-color css

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

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

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