Html Css Color HEX #A1B516 Citrus

📋 copy color: '#A1B516'

red 161 ◦ green 181 ◦ blue 22

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

Shades of Citrus #A1B516

Tints of Citrus #A1B516

RGB

 RED value IS 161 (63.28% from 255) = 44.23%

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

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

R = 44.23%
G = 49.73%
B = 6.04%

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

#A1B516 (or 0xA1B516) is known color: Citrus. HEX triplet: A1, B5 and 16. RGB value is (161,181,22). Sum of RGB (Red+Green+Blue) = 161+181+22=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B516 is #5E4AE9. Grayscale: #9D9D9D. Windows color (decimal): -6179562 or 1488289. OLE color: 1488289.

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

Color convert

RGB 161 181 22 -
CMYK 0.11 0 0.88 0.29
HSL 67.55º 0.78% 0.4% -
HSV(B) 67.55º 0.88% 0.71% -
XYZ 31.37 40.68 6.96 -
YUV 156.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 161 181 22 0.11 0 0.88 0.29 67.55 0.78 0.4
Hex A1 B5 16 B 0 58 1D 44 4E 28
Octal 241 265 26 13 0 130 35 104 116 50
Binary 10100001 10110101 10110 1011 0 1011000 11101 1000100 1001110 101000

Color Harmonies of #A1B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B516

Black with #A1B516

Text Example


Text Example

White with #A1B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B516; }

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

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

background-color css

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

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

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

border-color css

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

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

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