#A6B20A

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

Shades of Citrus #A6B20A

Tints of Citrus #A6B20A

Color information

#A6B20A (or 0xA6B20A) is unknown color: approx Citrus. HEX triplet: A6, B2 and 0A. RGB value is (166,178,10). Sum of RGB (Red+Green+Blue) = 166+178+10=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B20A is #594DF5. Grayscale: #9B9B9B. Windows color (decimal): -5852662 or 701094. OLE color: 701094.

HSL color Cylindrical-coordinate representation of color #A6B20A: hue angle of 64.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B20A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB16617810-
CMYK0.0700.940.30
HSL64.29º89.36%36.86%-
HSV(B)64.29º94.38%69.8%-
XYZ31.739.976.33-
YUV155.2646.02135.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=46.89%
G=50.28%
B=2.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166178100.0700.940.3064.2989.3636.86
HexA6B2A705E1E405925
Octal24626212701363610013145
Binary10100110101100101010111010111101111010000001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B20A; }

 p { color: rgb(166,178,10); }

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

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

 a { background-color: rgb(166,178,10); }

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

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

 span { border-color: rgb(166,178,10); }

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