#8DB236

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

Shades of Limerick #8DB236

Tints of Limerick #8DB236

Color information

#8DB236 (or 0x8DB236) is unknown color: approx Limerick. HEX triplet: 8D, B2 and 36. RGB value is (141,178,54). Sum of RGB (Red+Green+Blue) = 141+178+54=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB236 is #724DC9. Grayscale: #999999. Windows color (decimal): -7491018 or 3584653. OLE color: 3584653.

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

Color convert

RGB14117854-
CMYK0.2100.700.30
HSL77.9º53.45%45.49%-
HSV(B)77.9º69.66%69.8%-
XYZ27.5737.779.33-
YUV152.872.24119.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=37.80%
G=47.72%
B=14.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141178540.2100.700.3077.953.4545.49
Hex8DB236150461E4e352d
Octal21526266250106361166555
Binary10001101101100101101101010101000110111101001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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