Html Css Color HEX #A9A500 Citrus

📋 copy color: '#A9A500'

red 169 ◦ green 165 ◦ blue 0

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

Shades of Citrus #A9A500

Tints of Citrus #A9A500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.4%

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

R = 50.6%
G = 49.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A9A500 (or 0xA9A500) is known color: Citrus. HEX triplet: A9, A5 and 00. RGB value is (169,165,0). Sum of RGB (Red+Green+Blue) = 169+165+0=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A500 is #565AFF. Grayscale: #949494. Windows color (decimal): -5659392 or 42409. OLE color: 42409.

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

Color convert

RGB 169 165 0 -
CMYK 0 0.02 1 0.34
HSL 58.58º 1% 0.33% -
HSV(B) 58.58º 1% 0.66% -
XYZ 29.82 35.35 5.25 -
YUV 147.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 169 165 0 0 0.02 1 0.34 58.58 1 0.33
Hex A9 A5 0 0 2 64 22 3B 64 21
Octal 251 245 0 0 2 144 42 73 144 41
Binary 10101001 10100101 0 0 10 1100100 100010 111011 1100100 100001

Color Harmonies of #A9A500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A500

Black with #A9A500

Text Example


Text Example

White with #A9A500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A500; }

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

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

background-color css

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

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

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

border-color css

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

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

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