#8DBA32

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

Shades of Limerick #8DBA32

Tints of Limerick #8DBA32

Color information

#8DBA32 (or 0x8DBA32) is unknown color: approx Limerick. HEX triplet: 8D, BA and 32. RGB value is (141,186,50). Sum of RGB (Red+Green+Blue) = 141+186+50=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA32 is #7245CD. Grayscale: #9D9D9D. Windows color (decimal): -7488974 or 3324557. OLE color: 3324557.

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

Color convert

RGB14118650-
CMYK0.2400.730.27
HSL79.85º57.63%46.27%-
HSV(B)79.85º73.12%72.94%-
XYZ29.1241.019.4-
YUV157.0467.59116.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=37.40%
G=49.34%
B=13.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141186500.2400.730.2779.8557.6346.27
Hex8DBA32180491B503a2e
Octal21527262300111331207256
Binary10001101101110101100101100001001001110111010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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