#A1B006

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

Shades of Citrus #A1B006

Tints of Citrus #A1B006

Color information

#A1B006 (or 0xA1B006) is unknown color: approx Citrus. HEX triplet: A1, B0 and 06. RGB value is (161,176,6). Sum of RGB (Red+Green+Blue) = 161+176+6=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B006 is #5E4FF9. Grayscale: #989898. Windows color (decimal): -6180858 or 438433. OLE color: 438433.

HSL color Cylindrical-coordinate representation of color #A1B006: hue angle of 65.29º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1B006 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1611766-
CMYK0.0900.970.31
HSL65.29º93.41%35.69%-
HSV(B)65.29º96.59%69.02%-
XYZ30.2638.646.04-
YUV152.1445.53134.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 176 (69.14% from 255) = 51.31%
BLUE value IS 6 (2.73% from 255) = 1.75%
R=46.94%
G=51.31%
B=1.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16117660.0900.970.3165.2993.4135.69
HexA1B0690611F415d24
Octal24126061101413710113544
Binary10100001101100001101001011000011111110000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B006; }

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

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

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

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

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

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

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

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