#A0B216

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

Shades of Citrus #A0B216

Tints of Citrus #A0B216

Color information

#A0B216 (or 0xA0B216) is unknown color: approx Citrus. HEX triplet: A0, B2 and 16. RGB value is (160,178,22). Sum of RGB (Red+Green+Blue) = 160+178+22=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B216 is #5F4DE9. Grayscale: #9B9B9B. Windows color (decimal): -6245866 or 1487520. OLE color: 1487520.

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

Color convert

RGB16017822-
CMYK0.1000.880.30
HSL66.92º78%39.22%-
HSV(B)66.92º87.64%69.8%-
XYZ30.5639.376.75-
YUV154.8353.04131.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 178 (69.92% from 255) = 49.44%
BLUE value IS 22 (8.98% from 255) = 6.11%
R=44.44%
G=49.44%
B=6.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178220.1000.880.3066.927839.22
HexA0B216A0581E434e27
Octal240262261201303610311647
Binary1010000010110010101101010010110001111010000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B216; }

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

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

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

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

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

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

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

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