#A1B211

Color #A1B211 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A1B211

Tints of Citrus #A1B211

Color information

#A1B211 (or 0xA1B211) is unknown color: approx Citrus. HEX triplet: A1, B2 and 11. RGB value is (161,178,17). Sum of RGB (Red+Green+Blue) = 161+178+17=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B211 is #5E4DEE. Grayscale: #9B9B9B. Windows color (decimal): -6180335 or 1159841. OLE color: 1159841.

HSL color Cylindrical-coordinate representation of color #A1B211: hue angle of 66.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1B211 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB16117817-
CMYK0.1000.900.30
HSL66.34º82.56%38.24%-
HSV(B)66.34º90.45%69.8%-
XYZ30.7239.466.53-
YUV154.5650.37132.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 4.78%
R=45.22%
G=50%
B=4.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161178170.1000.900.3066.3482.5638.24
HexA1B211A05A1E425326
Octal241262211201323610212346
Binary1010000110110010100011010010110101111010000101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B211; }

 p { color: rgb(161,178,17); }

 H1.HeaderClassName
 {
   color: #A1B211;
 }
 .AnyTagClassName
 {
   color: #A1B211;
 }
</style>
background-color css

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

 a { background-color: rgb(161,178,17); }

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

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

 span { border-color: rgb(161,178,17); }

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