#8BA349

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

Shades of Chelsea Cucumber #8BA349

Tints of Chelsea Cucumber #8BA349

Color information

#8BA349 (or 0x8BA349) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A3 and 49. RGB value is (139,163,73). Sum of RGB (Red+Green+Blue) = 139+163+73=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA349 is #745CB6. Grayscale: #919191. Windows color (decimal): -7625911 or 4825995. OLE color: 4825995.

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

Color convert

RGB13916373-
CMYK0.1500.550.36
HSL76º38.14%46.27%-
HSV(B)76º55.21%63.92%-
XYZ24.9532.1611.2-
YUV145.5687.05123.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=37.07%
G=43.47%
B=19.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139163730.1500.550.367638.1446.27
Hex8BA349F037244c262e
Octal21324311117067441144656
Binary10001011101000111001001111101101111001001001100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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