#A6B10C

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

Shades of Citrus #A6B10C

Tints of Citrus #A6B10C

Color information

#A6B10C (or 0xA6B10C) is unknown color: approx Citrus. HEX triplet: A6, B1 and 0C. RGB value is (166,177,12). Sum of RGB (Red+Green+Blue) = 166+177+12=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B10C is #594EF3. Grayscale: #9B9B9B. Windows color (decimal): -5852916 or 831910. OLE color: 831910.

HSL color Cylindrical-coordinate representation of color #A6B10C: hue angle of 64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6B10C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB16617712-
CMYK0.0600.930.31
HSL64º87.3%37.06%-
HSV(B)64º93.22%69.41%-
XYZ31.5139.586.33-
YUV154.947.36135.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 12 (5.08% from 255) = 3.38%
R=46.76%
G=49.86%
B=3.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177120.0600.930.316487.337.06
HexA6B1C605D1F405725
Octal24626114601353710012745
Binary10100110101100011100110010111011111110000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B10C; }

 p { color: rgb(166,177,12); }

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

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

 a { background-color: rgb(166,177,12); }

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

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

 span { border-color: rgb(166,177,12); }

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