#8CB247

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

Shades of Chelsea Cucumber #8CB247

Tints of Chelsea Cucumber #8CB247

Color information

#8CB247 (or 0x8CB247) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B2 and 47. RGB value is (140,178,71). Sum of RGB (Red+Green+Blue) = 140+178+71=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB247 is #734DB8. Grayscale: #9A9A9A. Windows color (decimal): -7556537 or 4698764. OLE color: 4698764.

HSL color Cylindrical-coordinate representation of color #8CB247: hue angle of 81.31º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CB247 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB14017871-
CMYK0.2100.600.30
HSL81.31º42.97%48.82%-
HSV(B)81.31º60.11%69.8%-
XYZ27.8737.8711.8-
YUV154.4480.91117.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=35.99%
G=45.76%
B=18.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140178710.2100.600.3081.3142.9748.82
Hex8CB2471503C1E512b31
Octal21426210725074361215361
Binary10001100101100101000111101010111100111101010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,71); }

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

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

 a { background-color: rgb(140,178,71); }

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

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

 span { border-color: rgb(140,178,71); }

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