Html Css Color HEX #A9A702 Citrus

📋 copy color: '#A9A702'

red 169 ◦ green 167 ◦ blue 2

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

Shades of Citrus #A9A702

Tints of Citrus #A9A702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

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

R = 50%
G = 49.41%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A9A702 (or 0xA9A702) is known color: Citrus. HEX triplet: A9, A7 and 02. RGB value is (169,167,2). Sum of RGB (Red+Green+Blue) = 169+167+2=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A702 is #5658FD. Grayscale: #959595. Windows color (decimal): -5658878 or 173993. OLE color: 173993.

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

Color convert

RGB 169 167 2 -
CMYK 0 0.01 0.99 0.34
HSL 59.28º 0.98% 0.34% -
HSV(B) 59.28º 0.99% 0.66% -
XYZ 30.19 36.08 5.43 -
YUV 148.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 169 167 2 0 0.01 0.99 0.34 59.28 0.98 0.34
Hex A9 A7 2 0 1 63 22 3B 62 22
Octal 251 247 2 0 1 143 42 73 142 42
Binary 10101001 10100111 10 0 1 1100011 100010 111011 1100010 100010

Color Harmonies of #A9A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A702

Black with #A9A702

Text Example


Text Example

White with #A9A702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A702; }

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

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

background-color css

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

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

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

border-color css

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

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

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