Html Css Color HEX #A2B616 Citrus

📋 copy color: '#A2B616'

red 162 ◦ green 182 ◦ blue 22

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

Shades of Citrus #A2B616

Tints of Citrus #A2B616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 44.26%
G = 49.73%
B = 6.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A2B616 (or 0xA2B616) is known color: Citrus. HEX triplet: A2, B6 and 16. RGB value is (162,182,22). Sum of RGB (Red+Green+Blue) = 162+182+22=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B616 is #5D49E9. Grayscale: #9E9E9E. Windows color (decimal): -6113770 or 1488546. OLE color: 1488546.

HSL color Cylindrical-coordinate representation of color #A2B616: hue angle of 67.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2B616 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 22 -
CMYK 0.11 0 0.88 0.29
HSL 67.5º 0.78% 0.4% -
HSV(B) 67.5º 0.88% 0.71% -
XYZ 31.77 41.2 7.04 -
YUV 157.78 51.37 131.01 -
System Red Green Blue C M Y K H S L
Decimal 162 182 22 0.11 0 0.88 0.29 67.5 0.78 0.4
Hex A2 B6 16 B 0 58 1D 44 4E 28
Octal 242 266 26 13 0 130 35 104 116 50
Binary 10100010 10110110 10110 1011 0 1011000 11101 1000100 1001110 101000

Color Harmonies of #A2B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B616

Black with #A2B616

Text Example


Text Example

White with #A2B616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B616; }

 p { color: rgb(162,182,22); }

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

background-color css

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

 a { background-color: rgb(162,182,22); }

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

border-color css

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

 span { border-color: rgb(162,182,22); }

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