#8BAE5D

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

Shades of Chelsea Cucumber #8BAE5D

Tints of Chelsea Cucumber #8BAE5D

Color information

#8BAE5D (or 0x8BAE5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AE and 5D. RGB value is (139,174,93). Sum of RGB (Red+Green+Blue) = 139+174+93=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE5D is #7451A2. Grayscale: #9A9A9A. Windows color (decimal): -7623075 or 6139531. OLE color: 6139531.

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

Color convert

RGB13917493-
CMYK0.2000.470.32
HSL85.93º33.33%52.35%-
HSV(B)85.93º46.55%68.24%-
XYZ27.7636.5515.95-
YUV154.393.4117.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=34.24%
G=42.86%
B=22.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139174930.2000.470.3285.9333.3352.35
Hex8BAE5D1402F20562134
Octal21325613524057401264164
Binary100010111010111010111011010001011111000001010110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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