#A0B506

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

Shades of Citrus #A0B506

Tints of Citrus #A0B506

Color information

#A0B506 (or 0xA0B506) is unknown color: approx Citrus. HEX triplet: A0, B5 and 06. RGB value is (160,181,6). Sum of RGB (Red+Green+Blue) = 160+181+6=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B506 is #5F4AF9. Grayscale: #9B9B9B. Windows color (decimal): -6245114 or 439712. OLE color: 439712.

HSL color Cylindrical-coordinate representation of color #A0B506: hue angle of 67.2º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0B506 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1601816-
CMYK0.1200.970.29
HSL67.2º93.58%36.67%-
HSV(B)67.2º96.69%70.98%-
XYZ31.0540.536.36-
YUV154.7744.04131.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=46.11%
G=52.16%
B=1.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16018160.1200.970.2967.293.5836.67
HexA0B56C0611D435e25
Octal24026561401413510313645
Binary10100000101101011101100011000011110110000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B506; }

 p { color: rgb(160,181,6); }

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

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

 a { background-color: rgb(160,181,6); }

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

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

 span { border-color: rgb(160,181,6); }

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