#8DB161

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

Shades of Chelsea Cucumber #8DB161

Tints of Chelsea Cucumber #8DB161

Color information

#8DB161 (or 0x8DB161) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B1 and 61. RGB value is (141,177,97). Sum of RGB (Red+Green+Blue) = 141+177+97=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB161 is #724E9E. Grayscale: #9D9D9D. Windows color (decimal): -7491231 or 6402445. OLE color: 6402445.

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

Color convert

RGB14117797-
CMYK0.2000.450.31
HSL87º33.9%53.73%-
HSV(B)87º45.2%69.41%-
XYZ28.8637.9717.12-
YUV157.1294.07116.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=33.98%
G=42.65%
B=23.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141177970.2000.450.318733.953.73
Hex8DB1611402D1F572236
Octal21526114124055371274266
Binary10001101101100011100001101000101101111111010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,97); }

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

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

 a { background-color: rgb(141,177,97); }

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

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

 span { border-color: rgb(141,177,97); }

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