#8BA370

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

Shades of Chelsea Cucumber #8BA370

Tints of Chelsea Cucumber #8BA370

Color information

#8BA370 (or 0x8BA370) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A3 and 70. RGB value is (139,163,112). Sum of RGB (Red+Green+Blue) = 139+163+112=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA370 is #745C8F. Grayscale: #969696. Windows color (decimal): -7625872 or 7381899. OLE color: 7381899.

HSL color Cylindrical-coordinate representation of color #8BA370: hue angle of 88.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA370 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB139163112-
CMYK0.1500.310.36
HSL88.24º21.7%53.92%-
HSV(B)88.24º31.29%63.92%-
XYZ26.6732.8520.26-
YUV150.01106.55120.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=33.57%
G=39.37%
B=27.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391631120.1500.310.3688.2421.753.92
Hex8BA370F01F24581636
Octal21324316017037441302666
Binary100010111010001111100001111011111100100101100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,112); }

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

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

 a { background-color: rgb(139,163,112); }

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

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

 span { border-color: rgb(139,163,112); }

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