Html Css Color HEX #A1B317 Citrus

📋 copy color: '#A1B317'

red 161 ◦ green 179 ◦ blue 23

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

Shades of Citrus #A1B317

Tints of Citrus #A1B317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

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

R = 44.35%
G = 49.31%
B = 6.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#A1B317 (or 0xA1B317) is known color: Citrus. HEX triplet: A1, B3 and 17. RGB value is (161,179,23). Sum of RGB (Red+Green+Blue) = 161+179+23=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B317 is #5E4CE8. Grayscale: #9C9C9C. Windows color (decimal): -6180073 or 1553313. OLE color: 1553313.

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

Color convert

RGB 161 179 23 -
CMYK 0.10 0 0.87 0.30
HSL 66.92º 0.77% 0.4% -
HSV(B) 66.92º 0.87% 0.7% -
XYZ 30.97 39.88 6.88 -
YUV 155.83 53.04 131.68 -
System Red Green Blue C M Y K H S L
Decimal 161 179 23 0.10 0 0.87 0.30 66.92 0.77 0.4
Hex A1 B3 17 A 0 57 1E 43 4D 28
Octal 241 263 27 12 0 127 36 103 115 50
Binary 10100001 10110011 10111 1010 0 1010111 11110 1000011 1001101 101000

Color Harmonies of #A1B317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B317

Black with #A1B317

Text Example


Text Example

White with #A1B317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B317; }

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

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

background-color css

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

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

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

border-color css

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

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

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