#8BA54D

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

Shades of Chelsea Cucumber #8BA54D

Tints of Chelsea Cucumber #8BA54D

Color information

#8BA54D (or 0x8BA54D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A5 and 4D. RGB value is (139,165,77). Sum of RGB (Red+Green+Blue) = 139+165+77=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA54D is #745AB2. Grayscale: #939393. Windows color (decimal): -7625395 or 5088651. OLE color: 5088651.

HSL color Cylindrical-coordinate representation of color #8BA54D: hue angle of 77.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BA54D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB13916577-
CMYK0.1600.530.35
HSL77.73º36.36%47.45%-
HSV(B)77.73º53.33%64.71%-
XYZ25.4432.9412.04-
YUV147.1988.39122.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=36.48%
G=43.31%
B=20.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139165770.1600.530.3577.7336.3647.45
Hex8BA54D10035234e242f
Octal21324511520065431164457
Binary100010111010010110011011000001101011000111001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,77); }

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

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

 a { background-color: rgb(139,165,77); }

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

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

 span { border-color: rgb(139,165,77); }

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