Html Css Color HEX #A9A502 Citrus

📋 copy color: '#A9A502'

red 169 ◦ green 165 ◦ blue 2

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

Shades of Citrus #A9A502

Tints of Citrus #A9A502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 50.3%
G = 49.11%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A9A502 (or 0xA9A502) is known color: Citrus. HEX triplet: A9, A5 and 02. RGB value is (169,165,2). Sum of RGB (Red+Green+Blue) = 169+165+2=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A502 is #565AFD. Grayscale: #949494. Windows color (decimal): -5659390 or 173481. OLE color: 173481.

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

Color convert

RGB 169 165 2 -
CMYK 0 0.02 0.99 0.34
HSL 58.56º 0.98% 0.34% -
HSV(B) 58.56º 0.99% 0.66% -
XYZ 29.83 35.35 5.31 -
YUV 147.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 169 165 2 0 0.02 0.99 0.34 58.56 0.98 0.34
Hex A9 A5 2 0 2 63 22 3B 62 22
Octal 251 245 2 0 2 143 42 73 142 42
Binary 10101001 10100101 10 0 10 1100011 100010 111011 1100010 100010

Color Harmonies of #A9A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A502

Black with #A9A502

Text Example


Text Example

White with #A9A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A502; }

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

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

background-color css

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

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

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

border-color css

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

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

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