#A1B506

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

Shades of Citrus #A1B506

Tints of Citrus #A1B506

Color information

#A1B506 (or 0xA1B506) is unknown color: approx Citrus. HEX triplet: A1, B5 and 06. RGB value is (161,181,6). Sum of RGB (Red+Green+Blue) = 161+181+6=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B506 is #5E4AF9. Grayscale: #9B9B9B. Windows color (decimal): -6179578 or 439713. OLE color: 439713.

HSL color Cylindrical-coordinate representation of color #A1B506: hue angle of 66.86º 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 #A1B506 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1611816-
CMYK0.1100.970.29
HSL66.86º93.58%36.67%-
HSV(B)66.86º96.69%70.98%-
XYZ31.2540.646.37-
YUV155.0743.87132.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 181 (71.09% from 255) = 52.01%
BLUE value IS 6 (2.73% from 255) = 1.72%
R=46.26%
G=52.01%
B=1.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16118160.1100.970.2966.8693.5836.67
HexA1B56B0611D435e25
Octal24126561301413510313645
Binary10100001101101011101011011000011110110000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B506; }

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

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

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

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

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

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

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

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