#8CA567

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

Shades of Chelsea Cucumber #8CA567

Tints of Chelsea Cucumber #8CA567

Color information

#8CA567 (or 0x8CA567) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 67. RGB value is (140,165,103). Sum of RGB (Red+Green+Blue) = 140+165+103=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA567 is #735A98. Grayscale: #969696. Windows color (decimal): -7559833 or 6792588. OLE color: 6792588.

HSL color Cylindrical-coordinate representation of color #8CA567: hue angle of 84.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CA567 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB140165103-
CMYK0.1500.380.35
HSL84.19º25.62%52.55%-
HSV(B)84.19º37.58%64.71%-
XYZ26.7233.4617.88-
YUV150.46101.22120.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=34.31%
G=40.44%
B=25.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401651030.1500.380.3584.1925.6252.55
Hex8CA567F02623541a35
Octal21424514717046431243265
Binary1000110010100101110011111110100110100011101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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