Html Css Color HEX #8DBA32 Limerick

📋 copy color: '#8DBA32'

red 141 ◦ green 186 ◦ blue 50

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

Shades of Limerick #8DBA32

Tints of Limerick #8DBA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 37.4%
G = 49.34%
B = 13.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#8DBA32 (or 0x8DBA32) is known color: 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

RGB 141 186 50 -
CMYK 0.24 0 0.73 0.27
HSL 79.85º 0.58% 0.46% -
HSV(B) 79.85º 0.73% 0.73% -
XYZ 29.12 41.01 9.4 -
YUV 157.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 141 186 50 0.24 0 0.73 0.27 79.85 0.58 0.46
Hex 8D BA 32 18 0 49 1B 50 3A 2E
Octal 215 272 62 30 0 111 33 120 72 56
Binary 10001101 10111010 110010 11000 0 1001001 11011 1010000 111010 101110

Color Harmonies of #8DBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA32

Black with #8DBA32

Text Example


Text Example

White with #8DBA32

Text Example


Text Example

HTML Codes & Css Web 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>