#8BA555

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

Shades of Chelsea Cucumber #8BA555

Tints of Chelsea Cucumber #8BA555

Color information

#8BA555 (or 0x8BA555) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A5 and 55. RGB value is (139,165,85). Sum of RGB (Red+Green+Blue) = 139+165+85=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA555 is #745AAA. Grayscale: #949494. Windows color (decimal): -7625387 or 5612939. OLE color: 5612939.

HSL color Cylindrical-coordinate representation of color #8BA555: hue angle of 79.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA555 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB13916585-
CMYK0.1600.480.35
HSL79.5º32%49.02%-
HSV(B)79.5º48.48%64.71%-
XYZ25.7433.0613.62-
YUV148.1192.39121.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=35.73%
G=42.42%
B=21.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139165850.1600.480.3579.53249.02
Hex8BA5551003023502031
Octal21324512520060431204061
Binary100010111010010110101011000001100001000111010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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