#8B9953

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

Shades of Chelsea Cucumber #8B9953

Tints of Chelsea Cucumber #8B9953

Color information

#8B9953 (or 0x8B9953) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, 99 and 53. RGB value is (139,153,83). Sum of RGB (Red+Green+Blue) = 139+153+83=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9953 is #7466AC. Grayscale: #8D8D8D. Windows color (decimal): -7628461 or 5478795. OLE color: 5478795.

HSL color Cylindrical-coordinate representation of color #8B9953: hue angle of 72º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B9953 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB13915383-
CMYK0.0900.460.4
HSL72º29.66%46.27%-
HSV(B)72º45.75%60%-
XYZ23.628.912.52-
YUV140.8395.36126.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=37.07%
G=40.8%
B=22.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153830.0900.460.47229.6646.27
Hex8B9953902E28481e2e
Octal21323112311056501103656
Binary1000101110011001101001110010101110101000100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,83); }

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

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

 a { background-color: rgb(139,153,83); }

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

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

 span { border-color: rgb(139,153,83); }

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