#8BAA53

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

Shades of Chelsea Cucumber #8BAA53

Tints of Chelsea Cucumber #8BAA53

Color information

#8BAA53 (or 0x8BAA53) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 53. RGB value is (139,170,83). Sum of RGB (Red+Green+Blue) = 139+170+83=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA53 is #7455AC. Grayscale: #979797. Windows color (decimal): -7624109 or 5483147. OLE color: 5483147.

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

Color convert

RGB13917083-
CMYK0.1800.510.33
HSL81.38º34.39%49.61%-
HSV(B)81.38º51.18%66.67%-
XYZ26.5834.8613.51-
YUV150.8189.73119.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=35.46%
G=43.37%
B=21.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170830.1800.510.3381.3834.3949.61
Hex8BAA531203321512232
Octal21325212322063411214262
Binary100010111010101010100111001001100111000011010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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