#8C990E

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

Shades of Citron #8C990E

Tints of Citron #8C990E

Color information

#8C990E (or 0x8C990E) is unknown color: approx Citron. HEX triplet: 8C, 99 and 0E. RGB value is (140,153,14). Sum of RGB (Red+Green+Blue) = 140+153+14=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #8C990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C990E is #7366F1. Grayscale: #858585. Windows color (decimal): -7562994 or 956812. OLE color: 956812.

HSL color Cylindrical-coordinate representation of color #8C990E: hue angle of 65.61º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C990E is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB14015314-
CMYK0.0800.910.4
HSL65.61º83.23%32.75%-
HSV(B)65.61º90.85%60%-
XYZ22.2928.394.72-
YUV133.2760.69132.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 14 (5.86% from 255) = 4.56%
R=45.60%
G=49.84%
B=4.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153140.0800.910.465.6183.2332.75
Hex8C99E805B28425321
Octal214231161001335010212341
Binary1000110010011001111010000101101110100010000101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,14); }

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

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

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

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

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

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

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