#8C9B27

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

Shades of Citron #8C9B27

Tints of Citron #8C9B27

Color information

#8C9B27 (or 0x8C9B27) is unknown color: approx Citron. HEX triplet: 8C, 9B and 27. RGB value is (140,155,39). Sum of RGB (Red+Green+Blue) = 140+155+39=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9B27 is #7364D8. Grayscale: #898989. Windows color (decimal): -7562457 or 2595724. OLE color: 2595724.

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

Color convert

RGB14015539-
CMYK0.1000.750.39
HSL67.76º59.79%38.04%-
HSV(B)67.76º74.84%60.78%-
XYZ22.929.166.34-
YUV137.2972.53129.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 39 (15.62% from 255) = 11.68%
R=41.92%
G=46.41%
B=11.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140155390.1000.750.3967.7659.7938.04
Hex8C9B27A04B27443c26
Octal21423347120113471047446
Binary10001100100110111001111010010010111001111000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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