#8CBA47

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

Shades of Chelsea Cucumber #8CBA47

Tints of Chelsea Cucumber #8CBA47

Color information

#8CBA47 (or 0x8CBA47) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BA and 47. RGB value is (140,186,71). Sum of RGB (Red+Green+Blue) = 140+186+71=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA47 is #7345B8. Grayscale: #9F9F9F. Windows color (decimal): -7554489 or 4700812. OLE color: 4700812.

HSL color Cylindrical-coordinate representation of color #8CBA47: hue angle of 84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CBA47 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB14018671-
CMYK0.2500.620.27
HSL84º45.45%50.39%-
HSV(B)84º61.83%72.94%-
XYZ29.5141.1512.35-
YUV159.1478.26114.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=35.26%
G=46.85%
B=17.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186710.2500.620.278445.4550.39
Hex8CBA471903E1B542d32
Octal21427210731076331245562
Binary10001100101110101000111110010111110110111010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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