#8C9C50

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

Shades of Chelsea Cucumber #8C9C50

Tints of Chelsea Cucumber #8C9C50

Color information

#8C9C50 (or 0x8C9C50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, 9C and 50. RGB value is (140,156,80). Sum of RGB (Red+Green+Blue) = 140+156+80=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9C50 is #7363AF. Grayscale: #8E8E8E. Windows color (decimal): -7562160 or 5282956. OLE color: 5282956.

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

Color convert

RGB14015680-
CMYK0.1000.490.39
HSL72.63º32.2%46.27%-
HSV(B)72.63º48.72%61.18%-
XYZ24.1529.9312.09-
YUV142.5592.7126.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=37.23%
G=41.49%
B=21.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140156800.1000.490.3972.6332.246.27
Hex8C9C50A0312749202e
Octal21423412012061471114056
Binary10001100100111001010000101001100011001111001001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,80); }

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

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

 a { background-color: rgb(140,156,80); }

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

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

 span { border-color: rgb(140,156,80); }

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