#8C9F54

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

Shades of Chelsea Cucumber #8C9F54

Tints of Chelsea Cucumber #8C9F54

Color information

#8C9F54 (or 0x8C9F54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, 9F and 54. RGB value is (140,159,84). Sum of RGB (Red+Green+Blue) = 140+159+84=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F54 is #7360AB. Grayscale: #919191. Windows color (decimal): -7561388 or 5545868. OLE color: 5545868.

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

Color convert

RGB14015984-
CMYK0.1200.470.38
HSL75.2º30.86%47.65%-
HSV(B)75.2º47.17%62.35%-
XYZ24.8131.0113.07-
YUV144.7793.71124.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=36.55%
G=41.51%
B=21.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140159840.1200.470.3875.230.8647.65
Hex8C9F54C02F264b1f30
Octal21423712414057461133760
Binary1000110010011111101010011000101111100110100101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,159,84); }

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

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

 a { background-color: rgb(140,159,84); }

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

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

 span { border-color: rgb(140,159,84); }

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