#8C9127

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

Shades of Citron #8C9127

Tints of Citron #8C9127

Color information

#8C9127 (or 0x8C9127) is unknown color: approx Citron. HEX triplet: 8C, 91 and 27. RGB value is (140,145,39). Sum of RGB (Red+Green+Blue) = 140+145+39=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9127 is #736ED8. Grayscale: #838383. Windows color (decimal): -7565017 or 2593164. OLE color: 2593164.

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

Color convert

RGB14014539-
CMYK0.0300.730.43
HSL62.83º57.61%36.08%-
HSV(B)62.83º73.1%56.86%-
XYZ21.3125.975.81-
YUV131.4275.84134.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=43.21%
G=44.75%
B=12.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140145390.0300.730.4362.8357.6136.08
Hex8C912730492B3f3a24
Octal214221473011153777244
Binary10001100100100011001111101001001101011111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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