#8CA967

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

Shades of Chelsea Cucumber #8CA967

Tints of Chelsea Cucumber #8CA967

Color information

#8CA967 (or 0x8CA967) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A9 and 67. RGB value is (140,169,103). Sum of RGB (Red+Green+Blue) = 140+169+103=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA967 is #735698. Grayscale: #999999. Windows color (decimal): -7558809 or 6793612. OLE color: 6793612.

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

Color convert

RGB140169103-
CMYK0.1700.390.34
HSL86.36º27.73%53.33%-
HSV(B)86.36º39.05%66.27%-
XYZ27.4534.9318.13-
YUV152.899.89118.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 103 (40.62% from 255) = 25%
R=33.98%
G=41.02%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401691030.1700.390.3486.3627.7353.33
Hex8CA9671102722561c35
Octal21425114721047421263465
Binary10001100101010011100111100010100111100010101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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