#8cb950

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

Shades of Chelsea Cucumber #8CB950

Tints of Chelsea Cucumber #8CB950

Color information

#8CB950 (or 0x8CB950) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B9 and 50. RGB value is (140,185,80). Sum of RGB (Red+Green+Blue) = 140+185+80=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB950 is #7346AF. Grayscale: #9F9F9F. Windows color (decimal): -7554736 or 5290380. OLE color: 5290380.

HSL color Cylindrical-coordinate representation of color #8CB950: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CB950 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB14018580-
CMYK0.2400.570.27
HSL85.71º42.86%51.96%-
HSV(B)85.71º56.76%72.55%-
XYZ29.6140.8513.91-
YUV159.5783.09114.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=34.57%
G=45.68%
B=19.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140185800.2400.570.2785.7142.8651.96
Hex8CB950180391B562b34
Octal21427112030071331265364
Binary10001100101110011010000110000111001110111010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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