#8D9221

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

Shades of Citron #8D9221

Tints of Citron #8D9221

Color information

#8D9221 (or 0x8D9221) is unknown color: approx Citron. HEX triplet: 8D, 92 and 21. RGB value is (141,146,33). Sum of RGB (Red+Green+Blue) = 141+146+33=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9221 is #726DDE. Grayscale: #848484. Windows color (decimal): -7499231 or 2200205. OLE color: 2200205.

HSL color Cylindrical-coordinate representation of color #8D9221: hue angle of 62.65º 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 #8D9221 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14114633-
CMYK0.0300.770.43
HSL62.65º63.13%35.1%-
HSV(B)62.65º77.4%57.25%-
XYZ21.5426.335.39-
YUV131.6272.34134.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 33 (13.28% from 255) = 10.31%
R=44.06%
G=45.62%
B=10.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141146330.0300.770.4362.6563.1335.1
Hex8D9221304D2B3f3f23
Octal215222413011553777743
Binary10001101100100101000011101001101101011111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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