#8B9B65

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

Shades of Chelsea Cucumber #8B9B65

Tints of Chelsea Cucumber #8B9B65

Color information

#8B9B65 (or 0x8B9B65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 9B and 65. RGB value is (139,155,101). Sum of RGB (Red+Green+Blue) = 139+155+101=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B65 is #74649A. Grayscale: #909090. Windows color (decimal): -7627931 or 6658955. OLE color: 6658955.

HSL color Cylindrical-coordinate representation of color #8B9B65: hue angle of 77.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B9B65 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB139155101-
CMYK0.1000.350.39
HSL77.78º21.26%50.2%-
HSV(B)77.78º34.84%60.78%-
XYZ24.7229.8716.77-
YUV144.06103.7124.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=35.19%
G=39.24%
B=25.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391551010.1000.350.3977.7821.2650.2
Hex8B9B65A023274e1532
Octal21323314512043471162562
Binary1000101110011011110010110100100011100111100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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