#8CA538

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

Shades of Limerick #8CA538

Tints of Limerick #8CA538

Color information

#8CA538 (or 0x8CA538) is unknown color: approx Limerick. HEX triplet: 8C, A5 and 38. RGB value is (140,165,56). Sum of RGB (Red+Green+Blue) = 140+165+56=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA538 is #735AC7. Grayscale: #919191. Windows color (decimal): -7559880 or 3712396. OLE color: 3712396.

HSL color Cylindrical-coordinate representation of color #8CA538: hue angle of 73.76º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CA538 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB14016556-
CMYK0.1500.660.35
HSL73.76º49.32%43.33%-
HSV(B)73.76º66.06%64.71%-
XYZ24.9832.778.75-
YUV145.177.72124.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=38.78%
G=45.71%
B=15.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165560.1500.660.3573.7649.3243.33
Hex8CA538F042234a312b
Octal21424570170102431126153
Binary10001100101001011110001111010000101000111001010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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