#8BAA65

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

Shades of Chelsea Cucumber #8BAA65

Tints of Chelsea Cucumber #8BAA65

Color information

#8BAA65 (or 0x8BAA65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 65. RGB value is (139,170,101). Sum of RGB (Red+Green+Blue) = 139+170+101=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA65 is #74559A. Grayscale: #999999. Windows color (decimal): -7624091 or 6662795. OLE color: 6662795.

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

Color convert

RGB139170101-
CMYK0.1800.410.33
HSL86.96º28.87%53.14%-
HSV(B)86.96º40.59%66.67%-
XYZ27.3735.1817.66-
YUV152.8698.73118.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=33.90%
G=41.46%
B=24.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391701010.1800.410.3386.9628.8753.14
Hex8BAA651202921571d35
Octal21325214522051411273565
Binary10001011101010101100101100100101001100001101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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