#8BAB6A

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

Shades of Chelsea Cucumber #8BAB6A

Tints of Chelsea Cucumber #8BAB6A

Color information

#8BAB6A (or 0x8BAB6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AB and 6A. RGB value is (139,171,106). Sum of RGB (Red+Green+Blue) = 139+171+106=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAB6A is #745495. Grayscale: #9A9A9A. Windows color (decimal): -7623830 or 6990731. OLE color: 6990731.

HSL color Cylindrical-coordinate representation of color #8BAB6A: hue angle of 89.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BAB6A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB139171106-
CMYK0.1900.380.33
HSL89.54º27.9%54.31%-
HSV(B)89.54º38.01%67.06%-
XYZ27.8135.6619.05-
YUV154.02100.9117.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=33.41%
G=41.11%
B=25.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391711060.1900.380.3389.5427.954.31
Hex8BAB6A13026215a1c36
Octal21325315223046411323466
Binary10001011101010111101010100110100110100001101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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