#A6BC0B

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

Shades of Citrus #A6BC0B

Tints of Citrus #A6BC0B

Color information

#A6BC0B (or 0xA6BC0B) is unknown color: approx Citrus. HEX triplet: A6, BC and 0B. RGB value is (166,188,11). Sum of RGB (Red+Green+Blue) = 166+188+11=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC0B is #5943F4. Grayscale: #A1A1A1. Windows color (decimal): -5850101 or 769190. OLE color: 769190.

HSL color Cylindrical-coordinate representation of color #A6BC0B: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6BC0B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB16618811-
CMYK0.1200.940.26
HSL67.46º88.94%39.02%-
HSV(B)67.46º94.15%73.73%-
XYZ33.7744.17.05-
YUV161.2443.21131.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 188 (73.83% from 255) = 51.51%
BLUE value IS 11 (4.69% from 255) = 3.01%
R=45.48%
G=51.51%
B=3.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188110.1200.940.2667.4688.9439.02
HexA6BCBC05E1A435927
Octal246274131401363210313147
Binary101001101011110010111100010111101101010000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC0B; }

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

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

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

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

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

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

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

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