#8C9E27

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

Shades of Citron #8C9E27

Tints of Citron #8C9E27

Color information

#8C9E27 (or 0x8C9E27) is unknown color: approx Citron. HEX triplet: 8C, 9E and 27. RGB value is (140,158,39). Sum of RGB (Red+Green+Blue) = 140+158+39=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9E27 is #7361D8. Grayscale: #8B8B8B. Windows color (decimal): -7561689 or 2596492. OLE color: 2596492.

HSL color Cylindrical-coordinate representation of color #8C9E27: hue angle of 69.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9E27 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB14015839-
CMYK0.1100.750.38
HSL69.08º60.41%38.63%-
HSV(B)69.08º75.32%61.96%-
XYZ23.4130.186.51-
YUV139.0571.54128.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=41.54%
G=46.88%
B=11.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140158390.1100.750.3869.0860.4138.63
Hex8C9E27B04B26453c27
Octal21423647130113461057447
Binary10001100100111101001111011010010111001101000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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