#8CB16A

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

Shades of Chelsea Cucumber #8CB16A

Tints of Chelsea Cucumber #8CB16A

Color information

#8CB16A (or 0x8CB16A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B1 and 6A. RGB value is (140,177,106). Sum of RGB (Red+Green+Blue) = 140+177+106=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB16A is #734E95. Grayscale: #9E9E9E. Windows color (decimal): -7556758 or 6992268. OLE color: 6992268.

HSL color Cylindrical-coordinate representation of color #8CB16A: hue angle of 91.27º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CB16A is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB140177106-
CMYK0.2100.400.31
HSL91.27º31.28%55.49%-
HSV(B)91.27º40.11%69.41%-
XYZ29.1438.0619.45-
YUV157.8498.74115.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=33.10%
G=41.84%
B=25.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401771060.2100.400.3191.2731.2855.49
Hex8CB16A150281F5b1f37
Octal21426115225050371333767
Binary1000110010110001110101010101010100011111101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,177,106); }

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

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

 a { background-color: rgb(140,177,106); }

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

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

 span { border-color: rgb(140,177,106); }

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