#8B9D6A

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

Shades of Chelsea Cucumber #8B9D6A

Tints of Chelsea Cucumber #8B9D6A

Color information

#8B9D6A (or 0x8B9D6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 9D and 6A. RGB value is (139,157,106). Sum of RGB (Red+Green+Blue) = 139+157+106=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9D6A is #746295. Grayscale: #919191. Windows color (decimal): -7627414 or 6987147. OLE color: 6987147.

HSL color Cylindrical-coordinate representation of color #8B9D6A: hue angle of 81.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9D6A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB139157106-
CMYK0.1100.320.38
HSL81.18º20.65%51.57%-
HSV(B)81.18º32.48%61.57%-
XYZ25.3130.6418.22-
YUV145.8105.54123.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 157 (61.72% from 255) = 39.05%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=34.58%
G=39.05%
B=26.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391571060.1100.320.3881.1820.6551.57
Hex8B9D6AB02026511534
Octal21323515213040461212564
Binary1000101110011101110101010110100000100110101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,157,106); }

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

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

 a { background-color: rgb(139,157,106); }

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

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

 span { border-color: rgb(139,157,106); }

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