#8b9c5f

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

Shades of Chelsea Cucumber #8B9C5F

Tints of Chelsea Cucumber #8B9C5F

Color information

#8B9C5F (or 0x8B9C5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 9C and 5F. RGB value is (139,156,95). Sum of RGB (Red+Green+Blue) = 139+156+95=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9C5F is #7463A0. Grayscale: #909090. Windows color (decimal): -7627681 or 6265995. OLE color: 6265995.

HSL color Cylindrical-coordinate representation of color #8B9C5F: hue angle of 76.72º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B9C5F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB13915695-
CMYK0.1100.390.39
HSL76.72º24.3%49.22%-
HSV(B)76.72º39.1%61.18%-
XYZ24.630.0915.34-
YUV143.96100.37124.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=35.64%
G=40%
B=24.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139156950.1100.390.3976.7224.349.22
Hex8B9C5FB027274d1831
Octal21323413713047471153061
Binary1000101110011100101111110110100111100111100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b9c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,156,95); }

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

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

 a { background-color: rgb(139,156,95); }

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

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

 span { border-color: rgb(139,156,95); }

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