#8BA860

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

Shades of Chelsea Cucumber #8BA860

Tints of Chelsea Cucumber #8BA860

Color information

#8BA860 (or 0x8BA860) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A8 and 60. RGB value is (139,168,96). Sum of RGB (Red+Green+Blue) = 139+168+96=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA860 is #74579F. Grayscale: #979797. Windows color (decimal): -7624608 or 6334603. OLE color: 6334603.

HSL color Cylindrical-coordinate representation of color #8BA860: hue angle of 84.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BA860 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB13916896-
CMYK0.1700.430.34
HSL84.17º29.27%51.76%-
HSV(B)84.17º42.86%65.88%-
XYZ26.7634.3416.28-
YUV151.1296.89119.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.49%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=34.49%
G=41.69%
B=23.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal139168960.1700.430.3484.1729.2751.76
Hex8BA8601102B22541d34
Octal21325014021053421243564
Binary10001011101010001100000100010101011100010101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,96); }

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

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

 a { background-color: rgb(139,168,96); }

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

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

 span { border-color: rgb(139,168,96); }

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