#8CBA48

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

Shades of Chelsea Cucumber #8CBA48

Tints of Chelsea Cucumber #8CBA48

Color information

#8CBA48 (or 0x8CBA48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BA and 48. RGB value is (140,186,72). Sum of RGB (Red+Green+Blue) = 140+186+72=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA48 is #7345B7. Grayscale: #9F9F9F. Windows color (decimal): -7554488 or 4766348. OLE color: 4766348.

HSL color Cylindrical-coordinate representation of color #8CBA48: hue angle of 84.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CBA48 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB14018672-
CMYK0.2500.610.27
HSL84.21º45.24%50.59%-
HSV(B)84.21º61.29%72.94%-
XYZ29.5441.1612.52-
YUV159.2578.76114.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 186 (73.05% from 255) = 46.73%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=35.18%
G=46.73%
B=18.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186720.2500.610.2784.2145.2450.59
Hex8CBA481903D1B542d33
Octal21427211031075331245563
Binary10001100101110101001000110010111101110111010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,72); }

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

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

 a { background-color: rgb(140,186,72); }

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

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

 span { border-color: rgb(140,186,72); }

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