#A6B60B

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

Shades of Citrus #A6B60B

Tints of Citrus #A6B60B

Color information

#A6B60B (or 0xA6B60B) is unknown color: approx Citrus. HEX triplet: A6, B6 and 0B. RGB value is (166,182,11). Sum of RGB (Red+Green+Blue) = 166+182+11=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B60B is #5949F4. Grayscale: #9E9E9E. Windows color (decimal): -5851637 or 767654. OLE color: 767654.

HSL color Cylindrical-coordinate representation of color #A6B60B: hue angle of 65.61º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6B60B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB16618211-
CMYK0.0900.940.29
HSL65.61º88.6%37.84%-
HSV(B)65.61º93.96%71.37%-
XYZ32.5141.596.63-
YUV157.7245.2133.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 182 (71.48% from 255) = 50.70%
BLUE value IS 11 (4.69% from 255) = 3.06%
R=46.24%
G=50.70%
B=3.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182110.0900.940.2965.6188.637.84
HexA6B6B905E1D425926
Octal246266131101363510213146
Binary101001101011011010111001010111101110110000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B60B; }

 p { color: rgb(166,182,11); }

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

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

 a { background-color: rgb(166,182,11); }

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

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

 span { border-color: rgb(166,182,11); }

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