#8BA14D

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

Shades of Chelsea Cucumber #8BA14D

Tints of Chelsea Cucumber #8BA14D

Color information

#8BA14D (or 0x8BA14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A1 and 4D. RGB value is (139,161,77). Sum of RGB (Red+Green+Blue) = 139+161+77=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA14D is #745EB2. Grayscale: #919191. Windows color (decimal): -7626419 or 5087627. OLE color: 5087627.

HSL color Cylindrical-coordinate representation of color #8BA14D: hue angle of 75.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BA14D is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB13916177-
CMYK0.1400.520.37
HSL75.71º35.29%46.67%-
HSV(B)75.71º52.17%63.14%-
XYZ24.7331.5111.8-
YUV144.8589.71123.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=36.87%
G=42.71%
B=20.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139161770.1400.520.3775.7135.2946.67
Hex8BA14DE034254c232f
Octal21324111516064451144357
Binary10001011101000011001101111001101001001011001100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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