#A0B116

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

Shades of Citrus #A0B116

Tints of Citrus #A0B116

Color information

#A0B116 (or 0xA0B116) is unknown color: approx Citrus. HEX triplet: A0, B1 and 16. RGB value is (160,177,22). Sum of RGB (Red+Green+Blue) = 160+177+22=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B116 is #5F4EE9. Grayscale: #9A9A9A. Windows color (decimal): -6246122 or 1487264. OLE color: 1487264.

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

Color convert

RGB16017722-
CMYK0.1000.880.31
HSL66.58º77.89%39.02%-
HSV(B)66.58º87.57%69.41%-
XYZ30.3638.986.68-
YUV154.2553.37132.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 177 (69.53% from 255) = 49.30%
BLUE value IS 22 (8.98% from 255) = 6.13%
R=44.57%
G=49.30%
B=6.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160177220.1000.880.3166.5877.8939.02
HexA0B116A0581F434e27
Octal240261261201303710311647
Binary1010000010110001101101010010110001111110000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B116; }

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

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

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

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

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

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

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

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