Html Css Color HEX #A2A610 Citrus

📋 copy color: '#A2A610'

red 162 ◦ green 166 ◦ blue 16

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

Shades of Citrus #A2A610

Tints of Citrus #A2A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 47.09%
G = 48.26%
B = 4.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A2A610 (or 0xA2A610) is known color: Citrus. HEX triplet: A2, A6 and 10. RGB value is (162,166,16). Sum of RGB (Red+Green+Blue) = 162+166+16=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A610 is #5D59EF. Grayscale: #949494. Windows color (decimal): -6117872 or 1091234. OLE color: 1091234.

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

Color convert

RGB 162 166 16 -
CMYK 0.02 0 0.90 0.35
HSL 61.6º 0.82% 0.36% -
HSV(B) 61.6º 0.9% 0.65% -
XYZ 28.63 34.99 5.74 -
YUV 147.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 162 166 16 0.02 0 0.90 0.35 61.6 0.82 0.36
Hex A2 A6 10 2 0 5A 23 3E 52 24
Octal 242 246 20 2 0 132 43 76 122 44
Binary 10100010 10100110 10000 10 0 1011010 100011 111110 1010010 100100

Color Harmonies of #A2A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A610

Black with #A2A610

Text Example


Text Example

White with #A2A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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