#8C9014

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

Shades of Citron #8C9014

Tints of Citron #8C9014

Color information

#8C9014 (or 0x8C9014) is unknown color: approx Citron. HEX triplet: 8C, 90 and 14. RGB value is (140,144,20). Sum of RGB (Red+Green+Blue) = 140+144+20=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9014 is #736FEB. Grayscale: #818181. Windows color (decimal): -7565292 or 1347724. OLE color: 1347724.

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

Color convert

RGB14014420-
CMYK0.0300.860.44
HSL61.94º75.61%32.16%-
HSV(B)61.94º86.11%56.47%-
XYZ20.9125.574.5-
YUV128.6766.67136.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 144 (56.64% from 255) = 47.37%
BLUE value IS 20 (8.20% from 255) = 6.58%
R=46.05%
G=47.37%
B=6.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140144200.0300.860.4461.9475.6132.16
Hex8C901430562C3e4c20
Octal2142202430126547611440
Binary10001100100100001010011010101101011001111101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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