#8C9B56

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

Shades of Chelsea Cucumber #8C9B56

Tints of Chelsea Cucumber #8C9B56

Color information

#8C9B56 (or 0x8C9B56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, 9B and 56. RGB value is (140,155,86). Sum of RGB (Red+Green+Blue) = 140+155+86=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9B56 is #7364A9. Grayscale: #8E8E8E. Windows color (decimal): -7562410 or 5675916. OLE color: 5675916.

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

Color convert

RGB14015586-
CMYK0.1000.450.39
HSL73.04º28.63%47.25%-
HSV(B)73.04º44.52%60.78%-
XYZ24.2229.6913.26-
YUV142.6596.03126.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=36.75%
G=40.68%
B=22.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140155860.1000.450.3973.0428.6347.25
Hex8C9B56A02D27491d2f
Octal21423312612055471113557
Binary1000110010011011101011010100101101100111100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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