Html Css Color HEX #8DBA15 Limerick

📋 copy color: '#8DBA15'

red 141 ◦ green 186 ◦ blue 21

#8DBA15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8DBA15

Tints of Limerick #8DBA15

RGB

 RED value IS 141 (55.47% from 255) = 40.52%

 GREEN value IS 186 (73.05% from 255) = 53.45%

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 40.52%
G = 53.45%
B = 6.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#8DBA15 (or 0x8DBA15) is known color: Limerick. HEX triplet: 8D, BA and 15. RGB value is (141,186,21). Sum of RGB (Red+Green+Blue) = 141+186+21=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA15 is #7245EA. Grayscale: #9A9A9A. Windows color (decimal): -7489003 or 1424013. OLE color: 1424013.

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

Color convert

RGB 141 186 21 -
CMYK 0.24 0 0.89 0.27
HSL 76.36º 0.8% 0.41% -
HSV(B) 76.36º 0.89% 0.73% -
XYZ 28.68 40.83 7.08 -
YUV 153.74 53.09 118.92 -
System Red Green Blue C M Y K H S L
Decimal 141 186 21 0.24 0 0.89 0.27 76.36 0.8 0.41
Hex 8D BA 15 18 0 59 1B 4C 50 29
Octal 215 272 25 30 0 131 33 114 120 51
Binary 10001101 10111010 10101 11000 0 1011001 11011 1001100 1010000 101001

Color Harmonies of #8DBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA15

Black with #8DBA15

Text Example


Text Example

White with #8DBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DBA15;
 }
 .AnyTagClassName
 {
   color: #8DBA15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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