#8BA66A

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

Shades of Chelsea Cucumber #8BA66A

Tints of Chelsea Cucumber #8BA66A

Color information

#8BA66A (or 0x8BA66A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A6 and 6A. RGB value is (139,166,106). Sum of RGB (Red+Green+Blue) = 139+166+106=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA66A is #745995. Grayscale: #979797. Windows color (decimal): -7625110 or 6989451. OLE color: 6989451.

HSL color Cylindrical-coordinate representation of color #8BA66A: hue angle of 87º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA66A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB139166106-
CMYK0.1600.360.35
HSL87º25.21%53.33%-
HSV(B)87º36.14%65.1%-
XYZ26.8933.818.74-
YUV151.09102.55119.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=33.82%
G=40.39%
B=25.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391661060.1600.360.358725.2153.33
Hex8BA66A1002423571935
Octal21324615220044431273165
Binary10001011101001101101010100000100100100011101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,166,106); }

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

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

 a { background-color: rgb(139,166,106); }

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

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

 span { border-color: rgb(139,166,106); }

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