Html Css Color HEX #8DBD2B Limerick

📋 copy color: '#8DBD2B'

red 141 ◦ green 189 ◦ blue 43

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

Shades of Limerick #8DBD2B

Tints of Limerick #8DBD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.53%

R = 37.8%
G = 50.67%
B = 11.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#8DBD2B (or 0x8DBD2B) is known color: Limerick. HEX triplet: 8D, BD and 2B. RGB value is (141,189,43). Sum of RGB (Red+Green+Blue) = 141+189+43=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD2B is #7242D4. Grayscale: #9E9E9E. Windows color (decimal): -7488213 or 2866573. OLE color: 2866573.

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

Color convert

RGB 141 189 43 -
CMYK 0.25 0 0.77 0.26
HSL 79.73º 0.63% 0.45% -
HSV(B) 79.73º 0.77% 0.74% -
XYZ 29.62 42.23 8.88 -
YUV 158 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 141 189 43 0.25 0 0.77 0.26 79.73 0.63 0.45
Hex 8D BD 2B 19 0 4D 1A 50 3F 2D
Octal 215 275 53 31 0 115 32 120 77 55
Binary 10001101 10111101 101011 11001 0 1001101 11010 1010000 111111 101101

Color Harmonies of #8DBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD2B

Black with #8DBD2B

Text Example


Text Example

White with #8DBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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