#8CB738

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

Shades of Limerick #8CB738

Tints of Limerick #8CB738

Color information

#8CB738 (or 0x8CB738) is unknown color: approx Limerick. HEX triplet: 8C, B7 and 38. RGB value is (140,183,56). Sum of RGB (Red+Green+Blue) = 140+183+56=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB738 is #7348C7. Grayscale: #9C9C9C. Windows color (decimal): -7555272 or 3717004. OLE color: 3717004.

HSL color Cylindrical-coordinate representation of color #8CB738: hue angle of 80.31º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CB738 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB14018356-
CMYK0.2300.690.28
HSL80.31º53.14%46.86%-
HSV(B)80.31º69.4%71.76%-
XYZ28.4639.739.91-
YUV155.6771.75116.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=36.94%
G=48.28%
B=14.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183560.2300.690.2880.3153.1446.86
Hex8CB738170451C50352f
Octal21426770270105341206557
Binary10001100101101111110001011101000101111001010000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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