Html Css Color HEX #A1B517 Citrus

📋 copy color: '#A1B517'

red 161 ◦ green 181 ◦ blue 23

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

Shades of Citrus #A1B517

Tints of Citrus #A1B517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.3%

R = 44.11%
G = 49.59%
B = 6.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A1B517 (or 0xA1B517) is known color: Citrus. HEX triplet: A1, B5 and 17. RGB value is (161,181,23). Sum of RGB (Red+Green+Blue) = 161+181+23=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B517 is #5E4AE8. Grayscale: #9D9D9D. Windows color (decimal): -6179561 or 1553825. OLE color: 1553825.

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

Color convert

RGB 161 181 23 -
CMYK 0.11 0 0.87 0.29
HSL 67.59º 0.77% 0.4% -
HSV(B) 67.59º 0.87% 0.71% -
XYZ 31.38 40.69 7.01 -
YUV 157.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 161 181 23 0.11 0 0.87 0.29 67.59 0.77 0.4
Hex A1 B5 17 B 0 57 1D 44 4D 28
Octal 241 265 27 13 0 127 35 104 115 50
Binary 10100001 10110101 10111 1011 0 1010111 11101 1000100 1001101 101000

Color Harmonies of #A1B517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B517

Black with #A1B517

Text Example


Text Example

White with #A1B517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B517; }

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

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

background-color css

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

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

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

border-color css

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

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

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