Html Css Color HEX #A2A002 Citrus

📋 copy color: '#A2A002'

red 162 ◦ green 160 ◦ blue 2

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

Shades of Citrus #A2A002

Tints of Citrus #A2A002

RGB

 RED value IS 162 (63.67% from 255) = 50%

 GREEN value IS 160 (62.89% from 255) = 49.38%

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

R = 50%
G = 49.38%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A2A002 (or 0xA2A002) is known color: Citrus. HEX triplet: A2, A0 and 02. RGB value is (162,160,2). Sum of RGB (Red+Green+Blue) = 162+160+2=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A002 is #5D5FFD. Grayscale: #8F8F8F. Windows color (decimal): -6119422 or 172194. OLE color: 172194.

HSL color Cylindrical-coordinate representation of color #A2A002: hue angle of 59.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2A002 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 2 -
CMYK 0 0.01 0.99 0.36
HSL 59.25º 0.98% 0.32% -
HSV(B) 59.25º 0.99% 0.64% -
XYZ 27.48 32.83 4.95 -
YUV 142.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 162 160 2 0 0.01 0.99 0.36 59.25 0.98 0.32
Hex A2 A0 2 0 1 63 24 3B 62 20
Octal 242 240 2 0 1 143 44 73 142 40
Binary 10100010 10100000 10 0 1 1100011 100100 111011 1100010 100000

Color Harmonies of #A2A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A002

Black with #A2A002

Text Example


Text Example

White with #A2A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A002; }

 p { color: rgb(162,160,2); }

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

background-color css

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

 a { background-color: rgb(162,160,2); }

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

border-color css

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

 span { border-color: rgb(162,160,2); }

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