#8C9E2C

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

Shades of Citron #8C9E2C

Tints of Citron #8C9E2C

Color information

#8C9E2C (or 0x8C9E2C) is unknown color: approx Citron. HEX triplet: 8C, 9E and 2C. RGB value is (140,158,44). Sum of RGB (Red+Green+Blue) = 140+158+44=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9E2C is #7361D3. Grayscale: #8C8C8C. Windows color (decimal): -7561684 or 2924172. OLE color: 2924172.

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

Color convert

RGB14015844-
CMYK0.1100.720.38
HSL69.47º56.44%39.61%-
HSV(B)69.47º72.15%61.96%-
XYZ23.530.216.98-
YUV139.6274.04128.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 44 (17.58% from 255) = 12.87%
R=40.94%
G=46.20%
B=12.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140158440.1100.720.3869.4756.4439.61
Hex8C9E2CB04826453828
Octal21423654130110461057050
Binary10001100100111101011001011010010001001101000101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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