#8CB538

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

Shades of Limerick #8CB538

Tints of Limerick #8CB538

Color information

#8CB538 (or 0x8CB538) is unknown color: approx Limerick. HEX triplet: 8C, B5 and 38. RGB value is (140,181,56). Sum of RGB (Red+Green+Blue) = 140+181+56=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB538 is #734AC7. Grayscale: #9A9A9A. Windows color (decimal): -7555784 or 3716492. OLE color: 3716492.

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

Color convert

RGB14018156-
CMYK0.2300.690.29
HSL79.68º52.74%46.47%-
HSV(B)79.68º69.06%70.98%-
XYZ28.0538.919.77-
YUV154.4972.42117.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=37.14%
G=48.01%
B=14.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140181560.2300.690.2979.6852.7446.47
Hex8CB538170451D50352e
Octal21426570270105351206556
Binary10001100101101011110001011101000101111011010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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