#8A9126

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

Shades of Citron #8A9126

Tints of Citron #8A9126

Color information

#8A9126 (or 0x8A9126) is unknown color: approx Citron. HEX triplet: 8A, 91 and 26. RGB value is (138,145,38). Sum of RGB (Red+Green+Blue) = 138+145+38=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9126 is #756ED9. Grayscale: #838383. Windows color (decimal): -7696090 or 2527626. OLE color: 2527626.

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

Color convert

RGB13814538-
CMYK0.0500.740.43
HSL63.93º58.47%35.88%-
HSV(B)63.93º73.79%56.86%-
XYZ20.9625.795.71-
YUV130.7175.68133.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=42.99%
G=45.17%
B=11.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145380.0500.740.4363.9358.4735.88
Hex8A9126504A2B403a24
Octal2122214650112531007244
Binary1000101010010001100110101010010101010111000000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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