#8A921E

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

Shades of Citron #8A921E

Tints of Citron #8A921E

Color information

#8A921E (or 0x8A921E) is unknown color: approx Citron. HEX triplet: 8A, 92 and 1E. RGB value is (138,146,30). Sum of RGB (Red+Green+Blue) = 138+146+30=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #8A921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A921E is #756DE1. Grayscale: #828282. Windows color (decimal): -7695842 or 2003594. OLE color: 2003594.

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

Color convert

RGB13814630-
CMYK0.0500.790.43
HSL64.14º65.91%34.51%-
HSV(B)64.14º79.45%57.25%-
XYZ20.9926.055.15-
YUV130.3871.35133.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=43.95%
G=46.50%
B=9.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146300.0500.790.4364.1465.9134.51
Hex8A921E504F2B404223
Octal21222236501175310010243
Binary1000101010010010111101010100111110101110000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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