Html Css Color HEX #8DBD1A Limerick

📋 copy color: '#8DBD1A'

red 141 ◦ green 189 ◦ blue 26

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

Shades of Limerick #8DBD1A

Tints of Limerick #8DBD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 39.61%
G = 53.09%
B = 7.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#8DBD1A (or 0x8DBD1A) is known color: Limerick. HEX triplet: 8D, BD and 1A. RGB value is (141,189,26). Sum of RGB (Red+Green+Blue) = 141+189+26=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD1A is #7242E5. Grayscale: #9C9C9C. Windows color (decimal): -7488230 or 1752461. OLE color: 1752461.

HSL color Cylindrical-coordinate representation of color #8DBD1A: hue angle of 77.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DBD1A is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 189 26 -
CMYK 0.25 0 0.86 0.26
HSL 77.67º 0.76% 0.42% -
HSV(B) 77.67º 0.86% 0.74% -
XYZ 29.37 42.13 7.56 -
YUV 156.07 54.6 117.25 -
System Red Green Blue C M Y K H S L
Decimal 141 189 26 0.25 0 0.86 0.26 77.67 0.76 0.42
Hex 8D BD 1A 19 0 56 1A 4E 4C 2A
Octal 215 275 32 31 0 126 32 116 114 52
Binary 10001101 10111101 11010 11001 0 1010110 11010 1001110 1001100 101010

Color Harmonies of #8DBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD1A

Black with #8DBD1A

Text Example


Text Example

White with #8DBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,189,26); }

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

background-color css

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

 a { background-color: rgb(141,189,26); }

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

border-color css

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

 span { border-color: rgb(141,189,26); }

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