#A6BA08

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

Shades of Citrus #A6BA08

Tints of Citrus #A6BA08

Color information

#A6BA08 (or 0xA6BA08) is unknown color: approx Citrus. HEX triplet: A6, BA and 08. RGB value is (166,186,8). Sum of RGB (Red+Green+Blue) = 166+186+8=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA08 is #5945F7. Grayscale: #A0A0A0. Windows color (decimal): -5850616 or 572070. OLE color: 572070.

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

Color convert

RGB1661868-
CMYK0.1100.960.27
HSL66.74º91.75%38.04%-
HSV(B)66.74º95.7%72.94%-
XYZ33.3343.246.82-
YUV159.7342.37132.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 8 (3.52% from 255) = 2.22%
R=46.11%
G=51.67%
B=2.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16618680.1100.960.2766.7491.7538.04
HexA6BA8B0601B435c26
Octal246272101301403310313446
Binary101001101011101010001011011000001101110000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA08; }

 p { color: rgb(166,186,8); }

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

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

 a { background-color: rgb(166,186,8); }

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

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

 span { border-color: rgb(166,186,8); }

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