#8DB936

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

Shades of Limerick #8DB936

Tints of Limerick #8DB936

Color information

#8DB936 (or 0x8DB936) is unknown color: approx Limerick. HEX triplet: 8D, B9 and 36. RGB value is (141,185,54). Sum of RGB (Red+Green+Blue) = 141+185+54=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB936 is #7246C9. Grayscale: #9D9D9D. Windows color (decimal): -7489226 or 3586445. OLE color: 3586445.

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

Color convert

RGB14118554-
CMYK0.2400.710.27
HSL80.15º54.81%46.86%-
HSV(B)80.15º70.81%72.55%-
XYZ2940.639.8-
YUV156.9169.92116.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=37.11%
G=48.68%
B=14.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141185540.2400.710.2780.1554.8146.86
Hex8DB936180471B50372f
Octal21527166300107331206757
Binary10001101101110011101101100001000111110111010000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,54); }

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

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

 a { background-color: rgb(141,185,54); }

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

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

 span { border-color: rgb(141,185,54); }

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