Html Css Color HEX #A2A92A Citron

📋 copy color: '#A2A92A'

red 162 ◦ green 169 ◦ blue 42

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

Shades of Citron #A2A92A

Tints of Citron #A2A92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.31%

 BLUE value IS 42 (16.8% from 255) = 11.26%

R = 43.43%
G = 45.31%
B = 11.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A2A92A (or 0xA2A92A) is known color: Citron. HEX triplet: A2, A9 and 2A. RGB value is (162,169,42). Sum of RGB (Red+Green+Blue) = 162+169+42=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A92A is #5D56D5. Grayscale: #989898. Windows color (decimal): -6117078 or 2795938. OLE color: 2795938.

HSL color Cylindrical-coordinate representation of color #A2A92A: hue angle of 63.31º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2A92A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 42 -
CMYK 0.04 0 0.75 0.34
HSL 63.31º 0.6% 0.41% -
HSV(B) 63.31º 0.75% 0.66% -
XYZ 29.51 36.22 7.63 -
YUV 152.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 162 169 42 0.04 0 0.75 0.34 63.31 0.6 0.41
Hex A2 A9 2A 4 0 4B 22 3F 3C 29
Octal 242 251 52 4 0 113 42 77 74 51
Binary 10100010 10101001 101010 100 0 1001011 100010 111111 111100 101001

Color Harmonies of #A2A92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A92A

Black with #A2A92A

Text Example


Text Example

White with #A2A92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A92A; }

 p { color: rgb(162,169,42); }

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

background-color css

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

 a { background-color: rgb(162,169,42); }

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

border-color css

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

 span { border-color: rgb(162,169,42); }

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