#8DB327

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

Shades of Limerick #8DB327

Tints of Limerick #8DB327

Color information

#8DB327 (or 0x8DB327) is unknown color: approx Limerick. HEX triplet: 8D, B3 and 27. RGB value is (141,179,39). Sum of RGB (Red+Green+Blue) = 141+179+39=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB327 is #724CD8. Grayscale: #989898. Windows color (decimal): -7490777 or 2601869. OLE color: 2601869.

HSL color Cylindrical-coordinate representation of color #8DB327: hue angle of 76.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DB327 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB14117939-
CMYK0.2100.780.30
HSL76.29º64.22%42.75%-
HSV(B)76.29º78.21%70.2%-
XYZ27.4738.057.82-
YUV151.6864.41120.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.28%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=39.28%
G=49.86%
B=10.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141179390.2100.780.3076.2964.2242.75
Hex8DB3271504E1E4c402b
Octal215263472501163611410053
Binary100011011011001110011110101010011101111010011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,179,39); }

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

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

 a { background-color: rgb(141,179,39); }

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

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

 span { border-color: rgb(141,179,39); }

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