#8CA265

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

Shades of Chelsea Cucumber #8CA265

Tints of Chelsea Cucumber #8CA265

Color information

#8CA265 (or 0x8CA265) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 65. RGB value is (140,162,101). Sum of RGB (Red+Green+Blue) = 140+162+101=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA265 is #735D9A. Grayscale: #949494. Windows color (decimal): -7560603 or 6660748. OLE color: 6660748.

HSL color Cylindrical-coordinate representation of color #8CA265: hue angle of 81.64º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CA265 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB140162101-
CMYK0.1400.380.36
HSL81.64º24.7%51.57%-
HSV(B)81.64º37.65%63.53%-
XYZ26.0832.3617.18-
YUV148.47101.21121.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=34.74%
G=40.20%
B=25.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621010.1400.380.3681.6424.751.57
Hex8CA265E02624521934
Octal21424214516046441223164
Binary1000110010100010110010111100100110100100101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,101); }

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

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

 a { background-color: rgb(140,162,101); }

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

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

 span { border-color: rgb(140,162,101); }

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