#8CB065

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

Shades of Chelsea Cucumber #8CB065

Tints of Chelsea Cucumber #8CB065

Color information

#8CB065 (or 0x8CB065) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B0 and 65. RGB value is (140,176,101). Sum of RGB (Red+Green+Blue) = 140+176+101=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB065 is #734F9A. Grayscale: #9C9C9C. Windows color (decimal): -7557019 or 6664332. OLE color: 6664332.

HSL color Cylindrical-coordinate representation of color #8CB065: hue angle of 88.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CB065 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB140176101-
CMYK0.2000.430.31
HSL88.8º32.19%54.31%-
HSV(B)88.8º42.61%69.02%-
XYZ28.6937.5718.05-
YUV156.6996.57116.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=33.57%
G=42.21%
B=24.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761010.2000.430.3188.832.1954.31
Hex8CB0651402B1F592036
Octal21426014524053371314066
Binary10001100101100001100101101000101011111111011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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