#8BA270

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

Shades of Chelsea Cucumber #8BA270

Tints of Chelsea Cucumber #8BA270

Color information

#8BA270 (or 0x8BA270) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A2 and 70. RGB value is (139,162,112). Sum of RGB (Red+Green+Blue) = 139+162+112=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA270 is #745D8F. Grayscale: #959595. Windows color (decimal): -7626128 or 7381643. OLE color: 7381643.

HSL color Cylindrical-coordinate representation of color #8BA270: hue angle of 87.6º degrees, saturation: 0.21, 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 #8BA270 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB139162112-
CMYK0.1400.310.36
HSL87.6º21.19%53.73%-
HSV(B)87.6º30.86%63.53%-
XYZ26.4932.520.21-
YUV149.42106.88120.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=33.66%
G=39.23%
B=27.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621120.1400.310.3687.621.1953.73
Hex8BA270E01F24581536
Octal21324216016037441302566
Binary100010111010001011100001110011111100100101100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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