Html Css Color HEX #8DBA34 Limerick

📋 copy color: '#8DBA34'

red 141 ◦ green 186 ◦ blue 52

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

Shades of Limerick #8DBA34

Tints of Limerick #8DBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 37.2%
G = 49.08%
B = 13.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#8DBA34 (or 0x8DBA34) is known color: Limerick. HEX triplet: 8D, BA and 34. RGB value is (141,186,52). Sum of RGB (Red+Green+Blue) = 141+186+52=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA34 is #7245CB. Grayscale: #9D9D9D. Windows color (decimal): -7488972 or 3455629. OLE color: 3455629.

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

Color convert

RGB 141 186 52 -
CMYK 0.24 0 0.72 0.27
HSL 80.15º 0.56% 0.47% -
HSV(B) 80.15º 0.72% 0.73% -
XYZ 29.16 41.03 9.63 -
YUV 157.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 141 186 52 0.24 0 0.72 0.27 80.15 0.56 0.47
Hex 8D BA 34 18 0 48 1B 50 38 2F
Octal 215 272 64 30 0 110 33 120 70 57
Binary 10001101 10111010 110100 11000 0 1001000 11011 1010000 111000 101111

Color Harmonies of #8DBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA34

Black with #8DBA34

Text Example


Text Example

White with #8DBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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