Html Css Color HEX #A2AC19 Citrus

📋 copy color: '#A2AC19'

red 162 ◦ green 172 ◦ blue 25

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

Shades of Citrus #A2AC19

Tints of Citrus #A2AC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.91%

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 45.13%
G = 47.91%
B = 6.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#A2AC19 (or 0xA2AC19) is known color: Citrus. HEX triplet: A2, AC and 19. RGB value is (162,172,25). Sum of RGB (Red+Green+Blue) = 162+172+25=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC19 is #5D53E6. Grayscale: #989898. Windows color (decimal): -6116327 or 1682594. OLE color: 1682594.

HSL color Cylindrical-coordinate representation of color #A2AC19: hue angle of 64.08º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2AC19 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 25 -
CMYK 0.06 0 0.85 0.33
HSL 64.08º 0.75% 0.39% -
HSV(B) 64.08º 0.85% 0.67% -
XYZ 29.83 37.26 6.54 -
YUV 152.25 56.19 134.95 -
System Red Green Blue C M Y K H S L
Decimal 162 172 25 0.06 0 0.85 0.33 64.08 0.75 0.39
Hex A2 AC 19 6 0 55 21 40 4B 27
Octal 242 254 31 6 0 125 41 100 113 47
Binary 10100010 10101100 11001 110 0 1010101 100001 1000000 1001011 100111

Color Harmonies of #A2AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC19

Black with #A2AC19

Text Example


Text Example

White with #A2AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC19; }

 p { color: rgb(162,172,25); }

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

background-color css

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

 a { background-color: rgb(162,172,25); }

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

border-color css

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

 span { border-color: rgb(162,172,25); }

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