#A6B701

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

Shades of Citrus #A6B701

Tints of Citrus #A6B701

Color information

#A6B701 (or 0xA6B701) is unknown color: approx Citrus. HEX triplet: A6, B7 and 01. RGB value is (166,183,1). Sum of RGB (Red+Green+Blue) = 166+183+1=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B701 is #5948FE. Grayscale: #9D9D9D. Windows color (decimal): -5851391 or 112550. OLE color: 112550.

HSL color Cylindrical-coordinate representation of color #A6B701: hue angle of 65.6º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6B701 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1661831-
CMYK0.0900.990.28
HSL65.6º98.91%36.08%-
HSV(B)65.6º99.45%71.76%-
XYZ32.6641.986.41-
YUV157.1739.87134.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 183 (71.88% from 255) = 52.29%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=47.43%
G=52.29%
B=0.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16618310.0900.990.2865.698.9136.08
HexA6B7190631C426324
Octal24626711101433410214344
Binary101001101011011111001011000111110010000101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B701; }

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

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

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

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

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

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

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

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