#8B9B6C

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

Shades of Chelsea Cucumber #8B9B6C

Tints of Chelsea Cucumber #8B9B6C

Color information

#8B9B6C (or 0x8B9B6C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 9B and 6C. RGB value is (139,155,108). Sum of RGB (Red+Green+Blue) = 139+155+108=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B6C is #746493. Grayscale: #919191. Windows color (decimal): -7627924 or 7117707. OLE color: 7117707.

HSL color Cylindrical-coordinate representation of color #8B9B6C: hue angle of 80.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B9B6C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB139155108-
CMYK0.1000.300.39
HSL80.43º19.03%51.57%-
HSV(B)80.43º30.32%60.78%-
XYZ25.0830.0118.66-
YUV144.86107.2123.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=34.58%
G=38.56%
B=26.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391551080.1000.300.3980.4319.0351.57
Hex8B9B6CA01E27501334
Octal21323315412036471202364
Binary100010111001101111011001010011110100111101000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,108); }

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

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

 a { background-color: rgb(139,155,108); }

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

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

 span { border-color: rgb(139,155,108); }

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