#8C9224

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

Shades of Citron #8C9224

Tints of Citron #8C9224

Color information

#8C9224 (or 0x8C9224) is unknown color: approx Citron. HEX triplet: 8C, 92 and 24. RGB value is (140,146,36). Sum of RGB (Red+Green+Blue) = 140+146+36=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9224 is #736DDB. Grayscale: #848484. Windows color (decimal): -7564764 or 2396812. OLE color: 2396812.

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

Color convert

RGB14014636-
CMYK0.0400.750.43
HSL63.27º60.44%35.69%-
HSV(B)63.27º75.34%57.25%-
XYZ21.4126.265.61-
YUV131.6774.01133.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=43.48%
G=45.34%
B=11.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140146360.0400.750.4363.2760.4435.69
Hex8C9224404B2B3f3c24
Octal214222444011353777444
Binary100011001001001010010010001001011101011111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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