#8BA348

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

Shades of Chelsea Cucumber #8BA348

Tints of Chelsea Cucumber #8BA348

Color information

#8BA348 (or 0x8BA348) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A3 and 48. RGB value is (139,163,72). Sum of RGB (Red+Green+Blue) = 139+163+72=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA348 is #745CB7. Grayscale: #919191. Windows color (decimal): -7625912 or 4760459. OLE color: 4760459.

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

Color convert

RGB13916372-
CMYK0.1500.560.36
HSL75.82º38.72%46.08%-
HSV(B)75.82º55.83%63.92%-
XYZ24.9132.1511.02-
YUV145.4586.55123.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=37.17%
G=43.58%
B=19.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139163720.1500.560.3675.8238.7246.08
Hex8BA348F038244c272e
Octal21324311017070441144756
Binary10001011101000111001000111101110001001001001100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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