#8A9115

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

Shades of Citron #8A9115

Tints of Citron #8A9115

Color information

#8A9115 (or 0x8A9115) is unknown color: approx Citron. HEX triplet: 8A, 91 and 15. RGB value is (138,145,21). Sum of RGB (Red+Green+Blue) = 138+145+21=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9115 is #756EEA. Grayscale: #818181. Windows color (decimal): -7696107 or 1413514. OLE color: 1413514.

HSL color Cylindrical-coordinate representation of color #8A9115: hue angle of 63.39º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A9115 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB13814521-
CMYK0.0500.860.43
HSL63.39º74.7%32.55%-
HSV(B)63.39º85.52%56.86%-
XYZ20.7425.714.58-
YUV128.7767.18134.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=45.39%
G=47.70%
B=6.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145210.0500.860.4363.3974.732.55
Hex8A911550562B3f4b21
Octal2122212550126537711341
Binary100010101001000110101101010101101010111111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,21); }

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

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

 a { background-color: rgb(138,145,21); }

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

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

 span { border-color: rgb(138,145,21); }

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