#8DB832

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

Shades of Limerick #8DB832

Tints of Limerick #8DB832

Color information

#8DB832 (or 0x8DB832) is unknown color: approx Limerick. HEX triplet: 8D, B8 and 32. RGB value is (141,184,50). Sum of RGB (Red+Green+Blue) = 141+184+50=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB832 is #7247CD. Grayscale: #9C9C9C. Windows color (decimal): -7489486 or 3324045. OLE color: 3324045.

HSL color Cylindrical-coordinate representation of color #8DB832: hue angle of 79.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB832 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB14118450-
CMYK0.2300.730.28
HSL79.25º57.26%45.88%-
HSV(B)79.25º72.83%72.16%-
XYZ28.740.179.26-
YUV155.8768.25117.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=37.6%
G=49.07%
B=13.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141184500.2300.730.2879.2557.2645.88
Hex8DB832170491C4f392e
Octal21527062270111341177156
Binary10001101101110001100101011101001001111001001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,184,50); }

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

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

 a { background-color: rgb(141,184,50); }

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

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

 span { border-color: rgb(141,184,50); }

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