#8CB350

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

Shades of Chelsea Cucumber #8CB350

Tints of Chelsea Cucumber #8CB350

Color information

#8CB350 (or 0x8CB350) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B3 and 50. RGB value is (140,179,80). Sum of RGB (Red+Green+Blue) = 140+179+80=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB350 is #734CAF. Grayscale: #9C9C9C. Windows color (decimal): -7556272 or 5288844. OLE color: 5288844.

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

Color convert

RGB14017980-
CMYK0.2200.550.30
HSL83.64º39.44%50.78%-
HSV(B)83.64º55.31%70.2%-
XYZ28.3838.3913.5-
YUV156.0585.08116.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 179 (70.31% from 255) = 44.86%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=35.09%
G=44.86%
B=20.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179800.2200.550.3083.6439.4450.78
Hex8CB350160371E542733
Octal21426312026067361244763
Binary10001100101100111010000101100110111111101010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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