#8CB938

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

Shades of Limerick #8CB938

Tints of Limerick #8CB938

Color information

#8CB938 (or 0x8CB938) is unknown color: approx Limerick. HEX triplet: 8C, B9 and 38. RGB value is (140,185,56). Sum of RGB (Red+Green+Blue) = 140+185+56=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB938 is #7346C7. Grayscale: #9D9D9D. Windows color (decimal): -7554760 or 3717516. OLE color: 3717516.

HSL color Cylindrical-coordinate representation of color #8CB938: hue angle of 80.93º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CB938 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB14018556-
CMYK0.2400.700.27
HSL80.93º53.53%47.25%-
HSV(B)80.93º69.73%72.55%-
XYZ28.8840.5610.05-
YUV156.8471.09115.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=36.75%
G=48.56%
B=14.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140185560.2400.700.2780.9353.5347.25
Hex8CB938180461B51362f
Octal21427170300106331216657
Binary10001100101110011110001100001000110110111010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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