#8C8C13

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

Shades of Citron #8C8C13

Tints of Citron #8C8C13

Color information

#8C8C13 (or 0x8C8C13) is unknown color: approx Citron. HEX triplet: 8C, 8C and 13. RGB value is (140,140,19). Sum of RGB (Red+Green+Blue) = 140+140+19=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8C13 is #7373EC. Grayscale: #7E7E7E. Windows color (decimal): -7566317 or 1281164. OLE color: 1281164.

HSL color Cylindrical-coordinate representation of color #8C8C13: hue angle of 60º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C8C13 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14014019-
CMYK000.860.45
HSL60º76.1%31.18%-
HSV(B)60º86.43%54.9%-
XYZ20.3124.384.25-
YUV126.2167.5137.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 140 (55.08% from 255) = 46.82%
BLUE value IS 19 (7.81% from 255) = 6.35%
R=46.82%
G=46.82%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14014019000.860.456076.131.18
Hex8C8C1300562D3c4c1f
Octal2142142300126557411437
Binary100011001000110010011001010110101101111100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,140,19); }

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

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

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

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

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

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

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