#8BB552

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

Shades of Chelsea Cucumber #8BB552

Tints of Chelsea Cucumber #8BB552

Color information

#8BB552 (or 0x8BB552) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B5 and 52. RGB value is (139,181,82). Sum of RGB (Red+Green+Blue) = 139+181+82=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB552 is #744AAD. Grayscale: #9D9D9D. Windows color (decimal): -7621294 or 5420427. OLE color: 5420427.

HSL color Cylindrical-coordinate representation of color #8BB552: hue angle of 85.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BB552 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB13918182-
CMYK0.2300.550.29
HSL85.45º40.08%51.57%-
HSV(B)85.45º54.7%70.98%-
XYZ28.6939.1514.03-
YUV157.1685.59115.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=34.58%
G=45.02%
B=20.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139181820.2300.550.2985.4540.0851.57
Hex8BB552170371D552834
Octal21326512227067351255064
Binary10001011101101011010010101110110111111011010101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,181,82); }

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

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

 a { background-color: rgb(139,181,82); }

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

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

 span { border-color: rgb(139,181,82); }

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