#8DBA21

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

Shades of Limerick #8DBA21

Tints of Limerick #8DBA21

Color information

#8DBA21 (or 0x8DBA21) is unknown color: approx Limerick. HEX triplet: 8D, BA and 21. RGB value is (141,186,33). Sum of RGB (Red+Green+Blue) = 141+186+33=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA21 is #7245DE. Grayscale: #9B9B9B. Windows color (decimal): -7488991 or 2210445. OLE color: 2210445.

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

Color convert

RGB14118633-
CMYK0.2400.820.27
HSL77.65º69.86%42.94%-
HSV(B)77.65º82.26%72.94%-
XYZ28.8240.897.81-
YUV155.159.09117.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=39.17%
G=51.67%
B=9.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141186330.2400.820.2777.6569.8642.94
Hex8DBA21180521B4e462b
Octal215272413001223311610653
Binary100011011011101010000111000010100101101110011101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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