#8CB360

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

Shades of Chelsea Cucumber #8CB360

Tints of Chelsea Cucumber #8CB360

Color information

#8CB360 (or 0x8CB360) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B3 and 60. RGB value is (140,179,96). Sum of RGB (Red+Green+Blue) = 140+179+96=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB360 is #734C9F. Grayscale: #9E9E9E. Windows color (decimal): -7556256 or 6337420. OLE color: 6337420.

HSL color Cylindrical-coordinate representation of color #8CB360: hue angle of 88.19º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CB360 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB14017996-
CMYK0.2200.460.30
HSL88.19º35.32%53.92%-
HSV(B)88.19º46.37%70.2%-
XYZ29.0538.6617-
YUV157.8893.08115.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 179 (70.31% from 255) = 43.13%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=33.73%
G=43.13%
B=23.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179960.2200.460.3088.1935.3253.92
Hex8CB3601602E1E582336
Octal21426314026056361304366
Binary10001100101100111100000101100101110111101011000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,96); }

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

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

 a { background-color: rgb(140,179,96); }

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

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

 span { border-color: rgb(140,179,96); }

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