#8D931A

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

Shades of Citron #8D931A

Tints of Citron #8D931A

Color information

#8D931A (or 0x8D931A) is unknown color: approx Citron. HEX triplet: 8D, 93 and 1A. RGB value is (141,147,26). Sum of RGB (Red+Green+Blue) = 141+147+26=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #8D931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D931A is #726CE5. Grayscale: #838383. Windows color (decimal): -7498982 or 1741709. OLE color: 1741709.

HSL color Cylindrical-coordinate representation of color #8D931A: hue angle of 62.98º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D931A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14114726-
CMYK0.0400.820.42
HSL62.98º69.94%33.92%-
HSV(B)62.98º82.31%57.65%-
XYZ21.626.64.97-
YUV131.4168.51134.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=44.90%
G=46.82%
B=8.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147260.0400.820.4262.9869.9433.92
Hex8D931A40522A3f4622
Octal2152233240122527710642
Binary100011011001001111010100010100101010101111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,26); }

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

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

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

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

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

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

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