#8B9E5D

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

Shades of Chelsea Cucumber #8B9E5D

Tints of Chelsea Cucumber #8B9E5D

Color information

#8B9E5D (or 0x8B9E5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 9E and 5D. RGB value is (139,158,93). Sum of RGB (Red+Green+Blue) = 139+158+93=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9E5D is #7461A2. Grayscale: #919191. Windows color (decimal): -7627171 or 6135435. OLE color: 6135435.

HSL color Cylindrical-coordinate representation of color #8B9E5D: hue angle of 77.54º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9E5D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB13915893-
CMYK0.1200.410.38
HSL77.54º25.9%49.22%-
HSV(B)77.54º41.14%61.96%-
XYZ24.8530.7314.98-
YUV144.9198.71123.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=35.64%
G=40.51%
B=23.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139158930.1200.410.3877.5425.949.22
Hex8B9E5DC029264e1a31
Octal21323613514051461163261
Binary1000101110011110101110111000101001100110100111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,158,93); }

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

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

 a { background-color: rgb(139,158,93); }

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

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

 span { border-color: rgb(139,158,93); }

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