#8BAA5C

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

Shades of Chelsea Cucumber #8BAA5C

Tints of Chelsea Cucumber #8BAA5C

Color information

#8BAA5C (or 0x8BAA5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 5C. RGB value is (139,170,92). Sum of RGB (Red+Green+Blue) = 139+170+92=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA5C is #7455A3. Grayscale: #989898. Windows color (decimal): -7624100 or 6072971. OLE color: 6072971.

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

Color convert

RGB13917092-
CMYK0.1800.460.33
HSL83.85º31.45%51.37%-
HSV(B)83.85º45.88%66.67%-
XYZ26.9535.0115.46-
YUV151.8494.23118.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=34.66%
G=42.39%
B=22.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170920.1800.460.3383.8531.4551.37
Hex8BAA5C1202E21541f33
Octal21325213422056411243763
Binary10001011101010101011100100100101110100001101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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