#8BB155

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

Shades of Chelsea Cucumber #8BB155

Tints of Chelsea Cucumber #8BB155

Color information

#8BB155 (or 0x8BB155) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B1 and 55. RGB value is (139,177,85). Sum of RGB (Red+Green+Blue) = 139+177+85=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB155 is #744EAA. Grayscale: #9B9B9B. Windows color (decimal): -7622315 or 5616011. OLE color: 5616011.

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

Color convert

RGB13917785-
CMYK0.2100.520.31
HSL84.78º37.1%51.37%-
HSV(B)84.78º51.98%69.41%-
XYZ28.0137.5914.37-
YUV155.1588.41116.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=34.66%
G=44.14%
B=21.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177850.2100.520.3184.7837.151.37
Hex8BB155150341F552533
Octal21326112525064371254563
Binary10001011101100011010101101010110100111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,85); }

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

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

 a { background-color: rgb(139,177,85); }

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

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

 span { border-color: rgb(139,177,85); }

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