#A6B90C

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

Shades of Citrus #A6B90C

Tints of Citrus #A6B90C

Color information

#A6B90C (or 0xA6B90C) is unknown color: approx Citrus. HEX triplet: A6, B9 and 0C. RGB value is (166,185,12). Sum of RGB (Red+Green+Blue) = 166+185+12=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B90C is #5946F3. Grayscale: #A0A0A0. Windows color (decimal): -5850868 or 833958. OLE color: 833958.

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

Color convert

RGB16618512-
CMYK0.1000.940.27
HSL66.59º87.82%38.63%-
HSV(B)66.59º93.51%72.55%-
XYZ33.1442.836.87-
YUV159.644.71132.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 185 (72.66% from 255) = 50.96%
BLUE value IS 12 (5.08% from 255) = 3.31%
R=45.73%
G=50.96%
B=3.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185120.1000.940.2766.5987.8238.63
HexA6B9CA05E1B435827
Octal246271141201363310313047
Binary101001101011100111001010010111101101110000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B90C; }

 p { color: rgb(166,185,12); }

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

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

 a { background-color: rgb(166,185,12); }

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

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

 span { border-color: rgb(166,185,12); }

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