#8D9213

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

Shades of Citron #8D9213

Tints of Citron #8D9213

Color information

#8D9213 (or 0x8D9213) is unknown color: approx Citron. HEX triplet: 8D, 92 and 13. RGB value is (141,146,19). Sum of RGB (Red+Green+Blue) = 141+146+19=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9213 is #726DEC. Grayscale: #828282. Windows color (decimal): -7499245 or 1282701. OLE color: 1282701.

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

Color convert

RGB14114619-
CMYK0.0300.870.43
HSL62.36º76.97%32.35%-
HSV(B)62.36º86.99%57.25%-
XYZ21.3826.274.56-
YUV130.0365.34135.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 19 (7.81% from 255) = 6.21%
R=46.08%
G=47.71%
B=6.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141146190.0300.870.4362.3676.9732.35
Hex8D921330572B3e4d20
Octal2152222330127537611540
Binary10001101100100101001111010101111010111111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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