Html Css Color HEX #A9A602 Citrus

📋 copy color: '#A9A602'

red 169 ◦ green 166 ◦ blue 2

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

Shades of Citrus #A9A602

Tints of Citrus #A9A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.26%

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

R = 50.15%
G = 49.26%
B = 0.59%

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

#A9A602 (or 0xA9A602) is known color: Citrus. HEX triplet: A9, A6 and 02. RGB value is (169,166,2). Sum of RGB (Red+Green+Blue) = 169+166+2=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A602 is #5659FD. Grayscale: #949494. Windows color (decimal): -5659134 or 173737. OLE color: 173737.

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

Color convert

RGB 169 166 2 -
CMYK 0 0.02 0.99 0.34
HSL 58.92º 0.98% 0.34% -
HSV(B) 58.92º 0.99% 0.66% -
XYZ 30.01 35.71 5.37 -
YUV 148.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 169 166 2 0 0.02 0.99 0.34 58.92 0.98 0.34
Hex A9 A6 2 0 2 63 22 3B 62 22
Octal 251 246 2 0 2 143 42 73 142 42
Binary 10101001 10100110 10 0 10 1100011 100010 111011 1100010 100010

Color Harmonies of #A9A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A602

Black with #A9A602

Text Example


Text Example

White with #A9A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A602; }

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

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

background-color css

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

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

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

border-color css

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

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

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