#8BAA68

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

Shades of Chelsea Cucumber #8BAA68

Tints of Chelsea Cucumber #8BAA68

Color information

#8BAA68 (or 0x8BAA68) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 68. RGB value is (139,170,104). Sum of RGB (Red+Green+Blue) = 139+170+104=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA68 is #745597. Grayscale: #999999. Windows color (decimal): -7624088 or 6859403. OLE color: 6859403.

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

Color convert

RGB139170104-
CMYK0.1800.390.33
HSL88.18º27.97%53.73%-
HSV(B)88.18º38.82%66.67%-
XYZ27.5235.2418.45-
YUV153.21100.23117.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=33.66%
G=41.16%
B=25.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391701040.1800.390.3388.1827.9753.73
Hex8BAA681202721581c36
Octal21325215022047411303466
Binary10001011101010101101000100100100111100001101100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,104); }

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

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

 a { background-color: rgb(139,170,104); }

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

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

 span { border-color: rgb(139,170,104); }

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