#8BA26F

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

Shades of Chelsea Cucumber #8BA26F

Tints of Chelsea Cucumber #8BA26F

Color information

#8BA26F (or 0x8BA26F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A2 and 6F. RGB value is (139,162,111). Sum of RGB (Red+Green+Blue) = 139+162+111=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA26F is #745D90. Grayscale: #959595. Windows color (decimal): -7626129 or 7316107. OLE color: 7316107.

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

Color convert

RGB139162111-
CMYK0.1400.310.36
HSL87.06º21.52%53.53%-
HSV(B)87.06º31.48%63.53%-
XYZ26.4432.4819.91-
YUV149.31106.38120.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=33.74%
G=39.32%
B=26.94%

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
Decimal1391621110.1400.310.3687.0621.5253.53
Hex8BA26FE01F24571636
Octal21324215716037441272666
Binary100010111010001011011111110011111100100101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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