#8C942D

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

Shades of Citron #8C942D

Tints of Citron #8C942D

Color information

#8C942D (or 0x8C942D) is unknown color: approx Citron. HEX triplet: 8C, 94 and 2D. RGB value is (140,148,45). Sum of RGB (Red+Green+Blue) = 140+148+45=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #8C942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C942D is #736BD2. Grayscale: #868686. Windows color (decimal): -7564243 or 2987148. OLE color: 2987148.

HSL color Cylindrical-coordinate representation of color #8C942D: hue angle of 64.66º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C942D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14014845-
CMYK0.0500.700.42
HSL64.66º53.37%37.84%-
HSV(B)64.66º69.59%58.04%-
XYZ21.8826.946.53-
YUV133.8777.85132.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=42.04%
G=44.44%
B=13.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140148450.0500.700.4264.6653.3737.84
Hex8C942D50462A413526
Octal2142245550106521016546
Binary1000110010010100101101101010001101010101000001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,45); }

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

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

 a { background-color: rgb(140,148,45); }

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

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

 span { border-color: rgb(140,148,45); }

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