#A6B407

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

Shades of Citrus #A6B407

Tints of Citrus #A6B407

Color information

#A6B407 (or 0xA6B407) is unknown color: approx Citrus. HEX triplet: A6, B4 and 07. RGB value is (166,180,7). Sum of RGB (Red+Green+Blue) = 166+180+7=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B407 is #594BF8. Grayscale: #9C9C9C. Windows color (decimal): -5852153 or 504998. OLE color: 504998.

HSL color Cylindrical-coordinate representation of color #A6B407: hue angle of 64.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6B407 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1661807-
CMYK0.0800.960.29
HSL64.86º92.51%36.67%-
HSV(B)64.86º96.11%70.59%-
XYZ32.0940.766.38-
YUV156.0943.86135.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=47.03%
G=50.99%
B=1.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16618070.0800.960.2964.8692.5136.67
HexA6B4780601D415d25
Octal24626471001403510113545
Binary10100110101101001111000011000001110110000011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B407; }

 p { color: rgb(166,180,7); }

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

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

 a { background-color: rgb(166,180,7); }

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

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

 span { border-color: rgb(166,180,7); }

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