#8C9012

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

Shades of Citron #8C9012

Tints of Citron #8C9012

Color information

#8C9012 (or 0x8C9012) is unknown color: approx Citron. HEX triplet: 8C, 90 and 12. RGB value is (140,144,18). Sum of RGB (Red+Green+Blue) = 140+144+18=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9012 is #736FED. Grayscale: #808080. Windows color (decimal): -7565294 or 1216652. OLE color: 1216652.

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

Color convert

RGB14014418-
CMYK0.0300.880.44
HSL61.9º77.78%31.76%-
HSV(B)61.9º87.5%56.47%-
XYZ20.925.574.41-
YUV128.4465.67136.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=46.36%
G=47.68%
B=5.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140144180.0300.880.4461.977.7831.76
Hex8C901230582C3e4e20
Octal2142202230130547611640
Binary10001100100100001001011010110001011001111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,18); }

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

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

 a { background-color: rgb(140,144,18); }

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

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

 span { border-color: rgb(140,144,18); }

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