#A6BB10

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

Shades of Citrus #A6BB10

Tints of Citrus #A6BB10

Color information

#A6BB10 (or 0xA6BB10) is unknown color: approx Citrus. HEX triplet: A6, BB and 10. RGB value is (166,187,16). Sum of RGB (Red+Green+Blue) = 166+187+16=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BB10 is #5944EF. Grayscale: #A1A1A1. Windows color (decimal): -5850352 or 1096614. OLE color: 1096614.

HSL color Cylindrical-coordinate representation of color #A6BB10: hue angle of 67.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6BB10 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB16618716-
CMYK0.1100.910.27
HSL67.37º84.24%39.8%-
HSV(B)67.37º91.44%73.33%-
XYZ33.5943.697.15-
YUV161.2346.04131.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 187 (73.44% from 255) = 50.68%
BLUE value IS 16 (6.64% from 255) = 4.34%
R=44.99%
G=50.68%
B=4.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166187160.1100.910.2767.3784.2439.8
HexA6BB10B05B1B435428
Octal246273201301333310312450
Binary1010011010111011100001011010110111101110000111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BB10; }

 p { color: rgb(166,187,16); }

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

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

 a { background-color: rgb(166,187,16); }

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

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

 span { border-color: rgb(166,187,16); }

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