#8CB962

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

Shades of Chelsea Cucumber #8CB962

Tints of Chelsea Cucumber #8CB962

Color information

#8CB962 (or 0x8CB962) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B9 and 62. RGB value is (140,185,98). Sum of RGB (Red+Green+Blue) = 140+185+98=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB962 is #73469D. Grayscale: #A1A1A1. Windows color (decimal): -7554718 or 6470028. OLE color: 6470028.

HSL color Cylindrical-coordinate representation of color #8CB962: hue angle of 91.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CB962 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB14018598-
CMYK0.2400.470.27
HSL91.03º38.33%55.49%-
HSV(B)91.03º47.03%72.55%-
XYZ30.3741.1617.9-
YUV161.6392.09112.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=33.10%
G=43.74%
B=23.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140185980.2400.470.2791.0338.3355.49
Hex8CB9621802F1B5b2637
Octal21427114230057331334667
Binary10001100101110011100010110000101111110111011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,185,98); }

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

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

 a { background-color: rgb(140,185,98); }

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

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

 span { border-color: rgb(140,185,98); }

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