#8BAE65

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

Shades of Chelsea Cucumber #8BAE65

Tints of Chelsea Cucumber #8BAE65

Color information

#8BAE65 (or 0x8BAE65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AE and 65. RGB value is (139,174,101). Sum of RGB (Red+Green+Blue) = 139+174+101=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE65 is #74519A. Grayscale: #9B9B9B. Windows color (decimal): -7623067 or 6663819. OLE color: 6663819.

HSL color Cylindrical-coordinate representation of color #8BAE65: hue angle of 88.77º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BAE65 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB139174101-
CMYK0.2000.420.32
HSL88.77º31.06%53.92%-
HSV(B)88.77º41.95%68.24%-
XYZ28.1336.717.91-
YUV155.2197.4116.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=33.57%
G=42.03%
B=24.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391741010.2000.420.3288.7731.0653.92
Hex8BAE651402A20591f36
Octal21325614524052401313766
Binary10001011101011101100101101000101010100000101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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