#A0B211

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

Shades of Citrus #A0B211

Tints of Citrus #A0B211

Color information

#A0B211 (or 0xA0B211) is unknown color: approx Citrus. HEX triplet: A0, B2 and 11. RGB value is (160,178,17). Sum of RGB (Red+Green+Blue) = 160+178+17=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B211 is #5F4DEE. Grayscale: #9A9A9A. Windows color (decimal): -6245871 or 1159840. OLE color: 1159840.

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

Color convert

RGB16017817-
CMYK0.1000.900.30
HSL66.71º82.56%38.24%-
HSV(B)66.71º90.45%69.8%-
XYZ30.5239.356.52-
YUV154.2650.54132.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 17 (7.03% from 255) = 4.79%
R=45.07%
G=50.14%
B=4.79%

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
Decimal160178170.1000.900.3066.7182.5638.24
HexA0B211A05A1E435326
Octal240262211201323610312346
Binary1010000010110010100011010010110101111010000111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B211; }

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

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

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

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

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

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

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

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