#8CB948

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

Shades of Chelsea Cucumber #8CB948

Tints of Chelsea Cucumber #8CB948

Color information

#8CB948 (or 0x8CB948) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B9 and 48. RGB value is (140,185,72). Sum of RGB (Red+Green+Blue) = 140+185+72=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB948 is #7346B7. Grayscale: #9F9F9F. Windows color (decimal): -7554744 or 4766092. OLE color: 4766092.

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

Color convert

RGB14018572-
CMYK0.2400.610.27
HSL83.89º44.66%50.39%-
HSV(B)83.89º61.08%72.55%-
XYZ29.3340.7412.45-
YUV158.6679.09114.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=35.26%
G=46.60%
B=18.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140185720.2400.610.2783.8944.6650.39
Hex8CB9481803D1B542d32
Octal21427111030075331245562
Binary10001100101110011001000110000111101110111010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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