Html Css Color HEX #A2A631 Citron

📋 copy color: '#A2A631'

red 162 ◦ green 166 ◦ blue 49

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

Shades of Citron #A2A631

Tints of Citron #A2A631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13%

R = 42.97%
G = 44.03%
B = 13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A2A631 (or 0xA2A631) is known color: Citron. HEX triplet: A2, A6 and 31. RGB value is (162,166,49). Sum of RGB (Red+Green+Blue) = 162+166+49=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A631 is #5D59CE. Grayscale: #979797. Windows color (decimal): -6117839 or 3253922. OLE color: 3253922.

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

Color convert

RGB 162 166 49 -
CMYK 0.02 0 0.70 0.35
HSL 62.05º 0.54% 0.42% -
HSV(B) 62.05º 0.7% 0.65% -
XYZ 29.09 35.18 8.16 -
YUV 151.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 162 166 49 0.02 0 0.70 0.35 62.05 0.54 0.42
Hex A2 A6 31 2 0 46 23 3E 36 2A
Octal 242 246 61 2 0 106 43 76 66 52
Binary 10100010 10100110 110001 10 0 1000110 100011 111110 110110 101010

Color Harmonies of #A2A631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A631

Black with #A2A631

Text Example


Text Example

White with #A2A631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A631; }

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

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

background-color css

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

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

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

border-color css

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

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

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