#8BA34C

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

Shades of Chelsea Cucumber #8BA34C

Tints of Chelsea Cucumber #8BA34C

Color information

#8BA34C (or 0x8BA34C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A3 and 4C. RGB value is (139,163,76). Sum of RGB (Red+Green+Blue) = 139+163+76=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA34C is #745CB3. Grayscale: #929292. Windows color (decimal): -7625908 or 5022603. OLE color: 5022603.

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

Color convert

RGB13916376-
CMYK0.1500.530.36
HSL76.55º36.4%46.86%-
HSV(B)76.55º53.37%63.92%-
XYZ25.0532.2111.73-
YUV145.9188.55123.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=36.77%
G=43.12%
B=20.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139163760.1500.530.3676.5536.446.86
Hex8BA34CF035244d242f
Octal21324311417065441154457
Binary10001011101000111001100111101101011001001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,76); }

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

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

 a { background-color: rgb(139,163,76); }

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

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

 span { border-color: rgb(139,163,76); }

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