#8D9015

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

Shades of Citron #8D9015

Tints of Citron #8D9015

Color information

#8D9015 (or 0x8D9015) is unknown color: approx Citron. HEX triplet: 8D, 90 and 15. RGB value is (141,144,21). Sum of RGB (Red+Green+Blue) = 141+144+21=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9015 is #726FEA. Grayscale: #818181. Windows color (decimal): -7499755 or 1413261. OLE color: 1413261.

HSL color Cylindrical-coordinate representation of color #8D9015: hue angle of 61.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D9015 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14114421-
CMYK0.0200.850.44
HSL61.46º74.55%32.35%-
HSV(B)61.46º85.42%56.47%-
XYZ21.0925.664.55-
YUV129.0867.01136.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 21 (8.59% from 255) = 6.86%
R=46.08%
G=47.06%
B=6.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141144210.0200.850.4461.4674.5532.35
Hex8D901520552C3d4b20
Octal2152202520125547511340
Binary10001101100100001010110010101011011001111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,144,21); }

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

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

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

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

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

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

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