Html Css Color HEX #A2A60C Citrus

📋 copy color: '#A2A60C'

red 162 ◦ green 166 ◦ blue 12

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

Shades of Citrus #A2A60C

Tints of Citrus #A2A60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 47.65%
G = 48.82%
B = 3.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A2A60C (or 0xA2A60C) is known color: Citrus. HEX triplet: A2, A6 and 0C. RGB value is (162,166,12). Sum of RGB (Red+Green+Blue) = 162+166+12=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A60C is #5D59F3. Grayscale: #939393. Windows color (decimal): -6117876 or 829090. OLE color: 829090.

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

Color convert

RGB 162 166 12 -
CMYK 0.02 0 0.93 0.35
HSL 61.56º 0.87% 0.35% -
HSV(B) 61.56º 0.93% 0.65% -
XYZ 28.6 34.98 5.59 -
YUV 147.25 51.67 138.52 -
System Red Green Blue C M Y K H S L
Decimal 162 166 12 0.02 0 0.93 0.35 61.56 0.87 0.35
Hex A2 A6 C 2 0 5D 23 3E 57 23
Octal 242 246 14 2 0 135 43 76 127 43
Binary 10100010 10100110 1100 10 0 1011101 100011 111110 1010111 100011

Color Harmonies of #A2A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A60C

Black with #A2A60C

Text Example


Text Example

White with #A2A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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