#8CB462

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

Shades of Chelsea Cucumber #8CB462

Tints of Chelsea Cucumber #8CB462

Color information

#8CB462 (or 0x8CB462) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B4 and 62. RGB value is (140,180,98). Sum of RGB (Red+Green+Blue) = 140+180+98=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB462 is #734B9D. Grayscale: #9E9E9E. Windows color (decimal): -7555998 or 6468748. OLE color: 6468748.

HSL color Cylindrical-coordinate representation of color #8CB462: hue angle of 89.27º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CB462 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB14018098-
CMYK0.2200.460.29
HSL89.27º35.34%54.51%-
HSV(B)89.27º45.56%70.59%-
XYZ29.3439.117.56-
YUV158.6993.75114.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 98 (38.67% from 255) = 23.44%
R=33.49%
G=43.06%
B=23.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180980.2200.460.2989.2735.3454.51
Hex8CB4621602E1D592337
Octal21426414226056351314367
Binary10001100101101001100010101100101110111011011001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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