#8D9D55

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

Shades of Chelsea Cucumber #8D9D55

Tints of Chelsea Cucumber #8D9D55

Color information

#8D9D55 (or 0x8D9D55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, 9D and 55. RGB value is (141,157,85). Sum of RGB (Red+Green+Blue) = 141+157+85=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9D55 is #7262AA. Grayscale: #909090. Windows color (decimal): -7496363 or 5610893. OLE color: 5610893.

HSL color Cylindrical-coordinate representation of color #8D9D55: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D9D55 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB14115785-
CMYK0.1000.460.38
HSL73.33º29.75%47.45%-
HSV(B)73.33º45.86%61.57%-
XYZ24.6830.4313.17-
YUV144.0194.7125.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=36.81%
G=40.99%
B=22.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141157850.1000.460.3873.3329.7547.45
Hex8D9D55A02E26491e2f
Octal21523512512056461113657
Binary1000110110011101101010110100101110100110100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,85); }

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

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

 a { background-color: rgb(141,157,85); }

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

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

 span { border-color: rgb(141,157,85); }

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