#8C8D1C

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

Shades of Citron #8C8D1C

Tints of Citron #8C8D1C

Color information

#8C8D1C (or 0x8C8D1C) is unknown color: approx Citron. HEX triplet: 8C, 8D and 1C. RGB value is (140,141,28). Sum of RGB (Red+Green+Blue) = 140+141+28=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8D1C is #7372E3. Grayscale: #808080. Windows color (decimal): -7566052 or 1871244. OLE color: 1871244.

HSL color Cylindrical-coordinate representation of color #8C8D1C: hue angle of 60.53º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C8D1C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB14014128-
CMYK0.0100.800.45
HSL60.53º66.86%33.14%-
HSV(B)60.53º80.14%55.29%-
XYZ20.5524.714.78-
YUV127.8271.67136.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=45.31%
G=45.63%
B=9.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140141280.0100.800.4560.5366.8633.14
Hex8C8D1C10502D3d4321
Octal2142153410120557510341
Binary1000110010001101111001010100001011011111011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,141,28); }

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

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

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

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

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

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

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