Html Css Color HEX #A2AB19 Citrus

📋 copy color: '#A2AB19'

red 162 ◦ green 171 ◦ blue 25

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

Shades of Citrus #A2AB19

Tints of Citrus #A2AB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.77%

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

R = 45.25%
G = 47.77%
B = 6.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#A2AB19 (or 0xA2AB19) is known color: Citrus. HEX triplet: A2, AB and 19. RGB value is (162,171,25). Sum of RGB (Red+Green+Blue) = 162+171+25=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB19 is #5D54E6. Grayscale: #989898. Windows color (decimal): -6116583 or 1682338. OLE color: 1682338.

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

Color convert

RGB 162 171 25 -
CMYK 0.05 0 0.85 0.33
HSL 63.7º 0.74% 0.38% -
HSV(B) 63.7º 0.85% 0.67% -
XYZ 29.64 36.88 6.48 -
YUV 151.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 162 171 25 0.05 0 0.85 0.33 63.7 0.74 0.38
Hex A2 AB 19 5 0 55 21 40 4A 26
Octal 242 253 31 5 0 125 41 100 112 46
Binary 10100010 10101011 11001 101 0 1010101 100001 1000000 1001010 100110

Color Harmonies of #A2AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB19

Black with #A2AB19

Text Example


Text Example

White with #A2AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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