#A0B911

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

Shades of Citrus #A0B911

Tints of Citrus #A0B911

Color information

#A0B911 (or 0xA0B911) is unknown color: approx Citrus. HEX triplet: A0, B9 and 11. RGB value is (160,185,17). Sum of RGB (Red+Green+Blue) = 160+185+17=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B911 is #5F46EE. Grayscale: #9F9F9F. Windows color (decimal): -6244079 or 1161632. OLE color: 1161632.

HSL color Cylindrical-coordinate representation of color #A0B911: hue angle of 68.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0B911 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB16018517-
CMYK0.1400.910.27
HSL68.93º83.17%39.61%-
HSV(B)68.93º90.81%72.55%-
XYZ31.9542.216.99-
YUV158.3748.22129.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 185 (72.66% from 255) = 51.10%
BLUE value IS 17 (7.03% from 255) = 4.70%
R=44.20%
G=51.10%
B=4.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160185170.1400.910.2768.9383.1739.61
HexA0B911E05B1B455328
Octal240271211601333310512350
Binary1010000010111001100011110010110111101110001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B911; }

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

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

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

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

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

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

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

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