#8BA271

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

Shades of Chelsea Cucumber #8BA271

Tints of Chelsea Cucumber #8BA271

Color information

#8BA271 (or 0x8BA271) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A2 and 71. RGB value is (139,162,113). Sum of RGB (Red+Green+Blue) = 139+162+113=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA271 is #745D8E. Grayscale: #959595. Windows color (decimal): -7626127 or 7447179. OLE color: 7447179.

HSL color Cylindrical-coordinate representation of color #8BA271: hue angle of 88.16º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BA271 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB139162113-
CMYK0.1400.300.36
HSL88.16º20.85%53.92%-
HSV(B)88.16º30.25%63.53%-
XYZ26.5532.5220.5-
YUV149.54107.38120.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=33.57%
G=39.13%
B=27.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621130.1400.300.3688.1620.8553.92
Hex8BA271E01E24581536
Octal21324216116036441302566
Binary100010111010001011100011110011110100100101100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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