Html Css Color HEX #A2B516 Citrus

📋 copy color: '#A2B516'

red 162 ◦ green 181 ◦ blue 22

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

Shades of Citrus #A2B516

Tints of Citrus #A2B516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.59%

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

R = 44.38%
G = 49.59%
B = 6.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A2B516 (or 0xA2B516) is known color: Citrus. HEX triplet: A2, B5 and 16. RGB value is (162,181,22). Sum of RGB (Red+Green+Blue) = 162+181+22=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B516 is #5D4AE9. Grayscale: #9D9D9D. Windows color (decimal): -6114026 or 1488290. OLE color: 1488290.

HSL color Cylindrical-coordinate representation of color #A2B516: hue angle of 67.17º 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 #A2B516 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 22 -
CMYK 0.10 0 0.88 0.29
HSL 67.17º 0.78% 0.4% -
HSV(B) 67.17º 0.88% 0.71% -
XYZ 31.57 40.79 6.97 -
YUV 157.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 162 181 22 0.10 0 0.88 0.29 67.17 0.78 0.4
Hex A2 B5 16 A 0 58 1D 43 4E 28
Octal 242 265 26 12 0 130 35 103 116 50
Binary 10100010 10110101 10110 1010 0 1011000 11101 1000011 1001110 101000

Color Harmonies of #A2B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B516

Black with #A2B516

Text Example


Text Example

White with #A2B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B516; }

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

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

background-color css

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

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

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

border-color css

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

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

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