#8A9916

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

Shades of Citron #8A9916

Tints of Citron #8A9916

Color information

#8A9916 (or 0x8A9916) is unknown color: approx Citron. HEX triplet: 8A, 99 and 16. RGB value is (138,153,22). Sum of RGB (Red+Green+Blue) = 138+153+22=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9916 is #7566E9. Grayscale: #868686. Windows color (decimal): -7694058 or 1481098. OLE color: 1481098.

HSL color Cylindrical-coordinate representation of color #8A9916: hue angle of 66.87º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A9916 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB13815322-
CMYK0.1000.860.4
HSL66.87º74.86%34.31%-
HSV(B)66.87º85.62%60%-
XYZ22.0228.245.05-
YUV133.5865.03131.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=44.09%
G=48.88%
B=7.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138153220.1000.860.466.8774.8634.31
Hex8A9916A05628434b22
Octal212231261201265010311342
Binary10001010100110011011010100101011010100010000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9916; }

 p { color: rgb(138,153,22); }

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

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

 a { background-color: rgb(138,153,22); }

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

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

 span { border-color: rgb(138,153,22); }

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