#A6B806

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

Shades of Citrus #A6B806

Tints of Citrus #A6B806

Color information

#A6B806 (or 0xA6B806) is unknown color: approx Citrus. HEX triplet: A6, B8 and 06. RGB value is (166,184,6). Sum of RGB (Red+Green+Blue) = 166+184+6=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B806 is #5947F9. Grayscale: #9F9F9F. Windows color (decimal): -5851130 or 440486. OLE color: 440486.

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

Color convert

RGB1661846-
CMYK0.1000.970.28
HSL66.07º93.68%37.25%-
HSV(B)66.07º96.74%72.16%-
XYZ32.942.46.62-
YUV158.3342.04133.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 184 (72.27% from 255) = 51.69%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=46.63%
G=51.69%
B=1.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16618460.1000.970.2866.0793.6837.25
HexA6B86A0611C425e25
Octal24627061201413410213645
Binary10100110101110001101010011000011110010000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B806; }

 p { color: rgb(166,184,6); }

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

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

 a { background-color: rgb(166,184,6); }

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

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

 span { border-color: rgb(166,184,6); }

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