Html Css Color HEX #A2A602 Citrus

📋 copy color: '#A2A602'

red 162 ◦ green 166 ◦ blue 2

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

Shades of Citrus #A2A602

Tints of Citrus #A2A602

RGB

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

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

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

R = 49.09%
G = 50.3%
B = 0.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A2A602 (or 0xA2A602) is known color: Citrus. HEX triplet: A2, A6 and 02. RGB value is (162,166,2). Sum of RGB (Red+Green+Blue) = 162+166+2=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A602 is #5D59FD. Grayscale: #929292. Windows color (decimal): -6117886 or 173730. OLE color: 173730.

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

Color convert

RGB 162 166 2 -
CMYK 0.02 0 0.99 0.35
HSL 61.46º 0.98% 0.33% -
HSV(B) 61.46º 0.99% 0.65% -
XYZ 28.55 34.96 5.3 -
YUV 146.11 46.67 139.34 -
System Red Green Blue C M Y K H S L
Decimal 162 166 2 0.02 0 0.99 0.35 61.46 0.98 0.33
Hex A2 A6 2 2 0 63 23 3D 62 21
Octal 242 246 2 2 0 143 43 75 142 41
Binary 10100010 10100110 10 10 0 1100011 100011 111101 1100010 100001

Color Harmonies of #A2A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A602

Black with #A2A602

Text Example


Text Example

White with #A2A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A602; }

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

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

background-color css

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

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

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

border-color css

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

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

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