#8CB551

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

Shades of Chelsea Cucumber #8CB551

Tints of Chelsea Cucumber #8CB551

Color information

#8CB551 (or 0x8CB551) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B5 and 51. RGB value is (140,181,81). Sum of RGB (Red+Green+Blue) = 140+181+81=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB551 is #734AAE. Grayscale: #9D9D9D. Windows color (decimal): -7555759 or 5354892. OLE color: 5354892.

HSL color Cylindrical-coordinate representation of color #8CB551: hue angle of 84.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CB551 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB14018181-
CMYK0.2300.550.29
HSL84.6º40.32%51.37%-
HSV(B)84.6º55.25%70.98%-
XYZ28.8239.2213.84-
YUV157.3484.92115.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=34.83%
G=45.02%
B=20.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140181810.2300.550.2984.640.3251.37
Hex8CB551170371D552833
Octal21426512127067351255063
Binary10001100101101011010001101110110111111011010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,81); }

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

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

 a { background-color: rgb(140,181,81); }

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

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

 span { border-color: rgb(140,181,81); }

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