#8CBB50

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

Shades of Chelsea Cucumber #8CBB50

Tints of Chelsea Cucumber #8CBB50

Color information

#8CBB50 (or 0x8CBB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BB and 50. RGB value is (140,187,80). Sum of RGB (Red+Green+Blue) = 140+187+80=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB50 is #7344AF. Grayscale: #A1A1A1. Windows color (decimal): -7554224 or 5290892. OLE color: 5290892.

HSL color Cylindrical-coordinate representation of color #8CBB50: hue angle of 86.36º degrees, saturation: 0.44, 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 #8CBB50 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB14018780-
CMYK0.2500.570.27
HSL86.36º44.03%52.35%-
HSV(B)86.36º57.22%73.33%-
XYZ30.0341.714.05-
YUV160.7582.43113.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=34.40%
G=45.95%
B=19.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140187800.2500.570.2786.3644.0352.35
Hex8CBB50190391B562c34
Octal21427312031071331265464
Binary10001100101110111010000110010111001110111010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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