#8C931F

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

Shades of Citron #8C931F

Tints of Citron #8C931F

Color information

#8C931F (or 0x8C931F) is unknown color: approx Citron. HEX triplet: 8C, 93 and 1F. RGB value is (140,147,31). Sum of RGB (Red+Green+Blue) = 140+147+31=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #8C931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C931F is #736CE0. Grayscale: #848484. Windows color (decimal): -7564513 or 2069388. OLE color: 2069388.

HSL color Cylindrical-coordinate representation of color #8C931F: hue angle of 63.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C931F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14014731-
CMYK0.0500.790.42
HSL63.62º65.17%34.9%-
HSV(B)63.62º78.91%57.65%-
XYZ21.526.545.29-
YUV131.6871.18133.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=44.03%
G=46.23%
B=9.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147310.0500.790.4263.6265.1734.9
Hex8C931F504F2A404123
Octal21422337501175210010143
Binary1000110010010011111111010100111110101010000001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,31); }

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

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

 a { background-color: rgb(140,147,31); }

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

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

 span { border-color: rgb(140,147,31); }

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