#A6BD09

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

Shades of Citrus #A6BD09

Tints of Citrus #A6BD09

Color information

#A6BD09 (or 0xA6BD09) is unknown color: approx Citrus. HEX triplet: A6, BD and 09. RGB value is (166,189,9). Sum of RGB (Red+Green+Blue) = 166+189+9=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD09 is #5942F6. Grayscale: #A2A2A2. Windows color (decimal): -5849847 or 638374. OLE color: 638374.

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

Color convert

RGB1661899-
CMYK0.1200.950.26
HSL67.67º90.91%38.82%-
HSV(B)67.67º95.24%74.12%-
XYZ33.9744.527.06-
YUV161.641.88131.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 189 (74.22% from 255) = 51.92%
BLUE value IS 9 (3.91% from 255) = 2.47%
R=45.60%
G=51.92%
B=2.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16618990.1200.950.2667.6790.9138.82
HexA6BD9C05F1A445b27
Octal246275111401373210413347
Binary101001101011110110011100010111111101010001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BD09; }

 p { color: rgb(166,189,9); }

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

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

 a { background-color: rgb(166,189,9); }

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

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

 span { border-color: rgb(166,189,9); }

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