#A6B101

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

Shades of Citrus #A6B101

Tints of Citrus #A6B101

Color information

#A6B101 (or 0xA6B101) is unknown color: approx Citrus. HEX triplet: A6, B1 and 01. RGB value is (166,177,1). Sum of RGB (Red+Green+Blue) = 166+177+1=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B101 is #594EFE. Grayscale: #9A9A9A. Windows color (decimal): -5852927 or 111014. OLE color: 111014.

HSL color Cylindrical-coordinate representation of color #A6B101: hue angle of 63.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6B101 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1661771-
CMYK0.0600.990.31
HSL63.75º98.88%34.9%-
HSV(B)63.75º99.44%69.41%-
XYZ31.4539.556.01-
YUV153.6541.86136.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=48.26%
G=51.45%
B=0.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16617710.0600.990.3163.7598.8834.9
HexA6B1160631F406323
Octal2462611601433710014343
Binary10100110101100011110011000111111110000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B101; }

 p { color: rgb(166,177,1); }

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

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

 a { background-color: rgb(166,177,1); }

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

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

 span { border-color: rgb(166,177,1); }

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