Html Css Color HEX #89BC14 Limerick

📋 copy color: '#89BC14'

red 137 ◦ green 188 ◦ blue 20

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

Shades of Limerick #89BC14

Tints of Limerick #89BC14

RGB

 RED value IS 137 (53.91% from 255) = 39.71%

 GREEN value IS 188 (73.83% from 255) = 54.49%

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 39.71%
G = 54.49%
B = 5.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#89BC14 (or 0x89BC14) is known color: Limerick. HEX triplet: 89, BC and 14. RGB value is (137,188,20). Sum of RGB (Red+Green+Blue) = 137+188+20=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BC14 is #7643EB. Grayscale: #9A9A9A. Windows color (decimal): -7750636 or 1358985. OLE color: 1358985.

HSL color Cylindrical-coordinate representation of color #89BC14: hue angle of 78.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89BC14 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 188 20 -
CMYK 0.27 0 0.89 0.26
HSL 78.21º 0.81% 0.41% -
HSV(B) 78.21º 0.89% 0.74% -
XYZ 28.43 41.34 7.14 -
YUV 153.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 137 188 20 0.27 0 0.89 0.26 78.21 0.81 0.41
Hex 89 BC 14 1B 0 59 1A 4E 51 29
Octal 211 274 24 33 0 131 32 116 121 51
Binary 10001001 10111100 10100 11011 0 1011001 11010 1001110 1010001 101001

Color Harmonies of #89BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BC14

Black with #89BC14

Text Example


Text Example

White with #89BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89BC14; }

 p { color: rgb(137,188,20); }

 H1.HeaderClassName
 {
   color: #89BC14;
 }
 .AnyTagClassName
 {
   color: #89BC14;
 }
</style>

background-color css

<style>
 a { background-color: #89BC14; }

 a { background-color: rgb(137,188,20); }

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

border-color css

<style>
 span { border-color: #89BC14; }

 span { border-color: rgb(137,188,20); }

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