#8D8D21

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

Shades of Citron #8D8D21

Tints of Citron #8D8D21

Color information

#8D8D21 (or 0x8D8D21) is unknown color: approx Citron. HEX triplet: 8D, 8D and 21. RGB value is (141,141,33). Sum of RGB (Red+Green+Blue) = 141+141+33=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 141 - color contains mainly: red, green. Hex color #8D8D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8D21 is #7272DE. Grayscale: #818181. Windows color (decimal): -7500511 or 2198925. OLE color: 2198925.

HSL color Cylindrical-coordinate representation of color #8D8D21: hue angle of 60º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D8D21 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB14114133-
CMYK000.770.45
HSL60º62.07%34.12%-
HSV(B)60º76.6%55.29%-
XYZ20.7824.825.13-
YUV128.6974136.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=44.76%
G=44.76%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14114133000.770.456062.0734.12
Hex8D8D21004D2D3c3e22
Octal215215410011555747642
Binary1000110110001101100001001001101101101111100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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