#8BAA69

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

Shades of Chelsea Cucumber #8BAA69

Tints of Chelsea Cucumber #8BAA69

Color information

#8BAA69 (or 0x8BAA69) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 69. RGB value is (139,170,105). Sum of RGB (Red+Green+Blue) = 139+170+105=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA69 is #745596. Grayscale: #999999. Windows color (decimal): -7624087 or 6924939. OLE color: 6924939.

HSL color Cylindrical-coordinate representation of color #8BAA69: hue angle of 88.62º 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 #8BAA69 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB139170105-
CMYK0.1800.380.33
HSL88.62º27.66%53.92%-
HSV(B)88.62º38.24%66.67%-
XYZ27.5735.2618.72-
YUV153.32100.73117.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=33.57%
G=41.06%
B=25.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391701050.1800.380.3388.6227.6653.92
Hex8BAA691202621591c36
Octal21325215122046411313466
Binary10001011101010101101001100100100110100001101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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