#8cb756

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

Shades of Chelsea Cucumber #8CB756

Tints of Chelsea Cucumber #8CB756

Color information

#8CB756 (or 0x8CB756) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B7 and 56. RGB value is (140,183,86). Sum of RGB (Red+Green+Blue) = 140+183+86=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB756 is #7348A9. Grayscale: #9F9F9F. Windows color (decimal): -7555242 or 5683084. OLE color: 5683084.

HSL color Cylindrical-coordinate representation of color #8CB756: hue angle of 86.6º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CB756 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB14018386-
CMYK0.2300.530.28
HSL86.6º40.25%52.75%-
HSV(B)86.6º53.01%71.76%-
XYZ29.4340.1115-
YUV159.0886.75114.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=34.23%
G=44.74%
B=21.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183860.2300.530.2886.640.2552.75
Hex8CB756170351C572835
Octal21426712627065341275065
Binary10001100101101111010110101110110101111001010111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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