#8C911E

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

Shades of Citron #8C911E

Tints of Citron #8C911E

Color information

#8C911E (or 0x8C911E) is unknown color: approx Citron. HEX triplet: 8C, 91 and 1E. RGB value is (140,145,30). Sum of RGB (Red+Green+Blue) = 140+145+30=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #8C911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C911E is #736EE1. Grayscale: #828282. Windows color (decimal): -7565026 or 2003340. OLE color: 2003340.

HSL color Cylindrical-coordinate representation of color #8C911E: hue angle of 62.61º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C911E is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB14014530-
CMYK0.0300.790.43
HSL62.61º65.71%34.31%-
HSV(B)62.61º79.31%56.86%-
XYZ21.1725.925.12-
YUV130.3971.34134.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=44.44%
G=46.03%
B=9.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140145300.0300.790.4362.6165.7134.31
Hex8C911E304F2B3f4222
Octal2142213630117537710242
Binary10001100100100011111011010011111010111111111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,145,30); }

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

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

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

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

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

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

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