#8B9F5E

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

Shades of Chelsea Cucumber #8B9F5E

Tints of Chelsea Cucumber #8B9F5E

Color information

#8B9F5E (or 0x8B9F5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 9F and 5E. RGB value is (139,159,94). Sum of RGB (Red+Green+Blue) = 139+159+94=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9F5E is #7460A1. Grayscale: #919191. Windows color (decimal): -7626914 or 6201227. OLE color: 6201227.

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

Color convert

RGB13915994-
CMYK0.1300.410.38
HSL78.46º25.69%49.61%-
HSV(B)78.46º40.88%62.35%-
XYZ25.0731.0915.27-
YUV145.6198.87123.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=35.46%
G=40.56%
B=23.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139159940.1300.410.3878.4625.6949.61
Hex8B9F5ED029264e1a32
Octal21323713615051461163262
Binary1000101110011111101111011010101001100110100111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,94); }

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

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

 a { background-color: rgb(139,159,94); }

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

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

 span { border-color: rgb(139,159,94); }

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