#8C9214

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

Shades of Citron #8C9214

Tints of Citron #8C9214

Color information

#8C9214 (or 0x8C9214) is unknown color: approx Citron. HEX triplet: 8C, 92 and 14. RGB value is (140,146,20). Sum of RGB (Red+Green+Blue) = 140+146+20=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9214 is #736DEB. Grayscale: #828282. Windows color (decimal): -7564780 or 1348236. OLE color: 1348236.

HSL color Cylindrical-coordinate representation of color #8C9214: hue angle of 62.86º degrees, saturation: 0.76, 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 #8C9214 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14014620-
CMYK0.0400.860.43
HSL62.86º75.9%32.55%-
HSV(B)62.86º86.3%57.25%-
XYZ21.2226.184.6-
YUV129.8466.01135.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=45.75%
G=47.71%
B=6.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140146200.0400.860.4362.8675.932.55
Hex8C921440562B3f4c21
Octal2142222440126537711441
Binary100011001001001010100100010101101010111111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,20); }

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

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

 a { background-color: rgb(140,146,20); }

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

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

 span { border-color: rgb(140,146,20); }

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