#8BAC55

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

Shades of Chelsea Cucumber #8BAC55

Tints of Chelsea Cucumber #8BAC55

Color information

#8BAC55 (or 0x8BAC55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AC and 55. RGB value is (139,172,85). Sum of RGB (Red+Green+Blue) = 139+172+85=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAC55 is #7453AA. Grayscale: #989898. Windows color (decimal): -7623595 or 5614731. OLE color: 5614731.

HSL color Cylindrical-coordinate representation of color #8BAC55: hue angle of 82.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BAC55 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB13917285-
CMYK0.1900.510.33
HSL82.76º34.39%50.39%-
HSV(B)82.76º50.58%67.45%-
XYZ27.0435.6514.05-
YUV152.2290.07118.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=35.10%
G=43.43%
B=21.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139172850.1900.510.3382.7634.3950.39
Hex8BAC551303321532232
Octal21325412523063411234262
Binary100010111010110010101011001101100111000011010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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