#8BB061

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

Shades of Chelsea Cucumber #8BB061

Tints of Chelsea Cucumber #8BB061

Color information

#8BB061 (or 0x8BB061) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B0 and 61. RGB value is (139,176,97). Sum of RGB (Red+Green+Blue) = 139+176+97=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB061 is #744F9E. Grayscale: #9C9C9C. Windows color (decimal): -7622559 or 6402187. OLE color: 6402187.

HSL color Cylindrical-coordinate representation of color #8BB061: hue angle of 88.1º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB061 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB13917697-
CMYK0.2100.450.31
HSL88.1º33.33%53.53%-
HSV(B)88.1º44.89%69.02%-
XYZ28.3337.417.04-
YUV155.9394.74115.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=33.74%
G=42.72%
B=23.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139176970.2100.450.3188.133.3353.53
Hex8BB0611502D1F582136
Octal21326014125055371304166
Binary10001011101100001100001101010101101111111011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,97); }

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

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

 a { background-color: rgb(139,176,97); }

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

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

 span { border-color: rgb(139,176,97); }

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