#8A9221

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

Shades of Citron #8A9221

Tints of Citron #8A9221

Color information

#8A9221 (or 0x8A9221) is unknown color: approx Citron. HEX triplet: 8A, 92 and 21. RGB value is (138,146,33). Sum of RGB (Red+Green+Blue) = 138+146+33=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9221 is #756DDE. Grayscale: #838383. Windows color (decimal): -7695839 or 2200202. OLE color: 2200202.

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

Color convert

RGB13814633-
CMYK0.0500.770.43
HSL64.25º63.13%35.1%-
HSV(B)64.25º77.4%57.25%-
XYZ21.0326.075.36-
YUV130.7372.85133.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=43.53%
G=46.06%
B=10.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146330.0500.770.4364.2563.1335.1
Hex8A9221504D2B403f23
Octal2122224150115531007743
Binary1000101010010010100001101010011011010111000000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,33); }

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

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

 a { background-color: rgb(138,146,33); }

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

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

 span { border-color: rgb(138,146,33); }

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