#8BAD54

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

Shades of Chelsea Cucumber #8BAD54

Tints of Chelsea Cucumber #8BAD54

Color information

#8BAD54 (or 0x8BAD54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AD and 54. RGB value is (139,173,84). Sum of RGB (Red+Green+Blue) = 139+173+84=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD54 is #7452AB. Grayscale: #999999. Windows color (decimal): -7623340 or 5549451. OLE color: 5549451.

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

Color convert

RGB13917384-
CMYK0.2000.510.32
HSL82.92º35.18%50.39%-
HSV(B)82.92º51.45%67.84%-
XYZ27.1936.0213.91-
YUV152.6989.24118.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=35.10%
G=43.69%
B=21.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173840.2000.510.3282.9235.1850.39
Hex8BAD541403320532332
Octal21325512424063401234362
Binary100010111010110110101001010001100111000001010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,84); }

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

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

 a { background-color: rgb(139,173,84); }

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

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

 span { border-color: rgb(139,173,84); }

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