#A6BB0A

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

Shades of Citrus #A6BB0A

Tints of Citrus #A6BB0A

Color information

#A6BB0A (or 0xA6BB0A) is unknown color: approx Citrus. HEX triplet: A6, BB and 0A. RGB value is (166,187,10). Sum of RGB (Red+Green+Blue) = 166+187+10=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BB0A is #5944F5. Grayscale: #A1A1A1. Windows color (decimal): -5850358 or 703398. OLE color: 703398.

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

Color convert

RGB16618710-
CMYK0.1100.950.27
HSL67.12º89.85%38.63%-
HSV(B)67.12º94.65%73.33%-
XYZ33.5543.676.95-
YUV160.5443.04131.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 10 (4.30% from 255) = 2.75%
R=45.73%
G=51.52%
B=2.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166187100.1100.950.2767.1289.8538.63
HexA6BBAB05F1B435a27
Octal246273121301373310313247
Binary101001101011101110101011010111111101110000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BB0A; }

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

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

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

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

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

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

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

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