#8DB534

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

Shades of Limerick #8DB534

Tints of Limerick #8DB534

Color information

#8DB534 (or 0x8DB534) is unknown color: approx Limerick. HEX triplet: 8D, B5 and 34. RGB value is (141,181,52). Sum of RGB (Red+Green+Blue) = 141+181+52=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB534 is #724ACB. Grayscale: #9A9A9A. Windows color (decimal): -7490252 or 3454349. OLE color: 3454349.

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

Color convert

RGB14118152-
CMYK0.2200.710.29
HSL78.6º55.36%45.69%-
HSV(B)78.6º71.27%70.98%-
XYZ28.1338.969.29-
YUV154.3370.25118.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=37.70%
G=48.40%
B=13.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141181520.2200.710.2978.655.3645.69
Hex8DB534160471D4f372e
Octal21526564260107351176756
Binary10001101101101011101001011001000111111011001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,52); }

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

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

 a { background-color: rgb(141,181,52); }

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

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

 span { border-color: rgb(141,181,52); }

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