#8CA963

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

Shades of Chelsea Cucumber #8CA963

Tints of Chelsea Cucumber #8CA963

Color information

#8CA963 (or 0x8CA963) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A9 and 63. RGB value is (140,169,99). Sum of RGB (Red+Green+Blue) = 140+169+99=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA963 is #73569C. Grayscale: #989898. Windows color (decimal): -7558813 or 6531468. OLE color: 6531468.

HSL color Cylindrical-coordinate representation of color #8CA963: hue angle of 84.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA963 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB14016999-
CMYK0.1700.410.34
HSL84.86º28.93%52.55%-
HSV(B)84.86º41.42%66.27%-
XYZ27.2634.8517.1-
YUV152.3597.89119.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 99 (39.06% from 255) = 24.26%
R=34.31%
G=41.42%
B=24.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169990.1700.410.3484.8628.9352.55
Hex8CA9631102922551d35
Octal21425114321051421253565
Binary10001100101010011100011100010101001100010101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,99); }

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

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

 a { background-color: rgb(140,169,99); }

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

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

 span { border-color: rgb(140,169,99); }

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