Html Css Color HEX #89B914 Limerick

📋 copy color: '#89B914'

red 137 ◦ green 185 ◦ blue 20

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

Shades of Limerick #89B914

Tints of Limerick #89B914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.09%

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

R = 40.06%
G = 54.09%
B = 5.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#89B914 (or 0x89B914) is known color: Limerick. HEX triplet: 89, B9 and 14. RGB value is (137,185,20). Sum of RGB (Red+Green+Blue) = 137+185+20=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #89B914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B914 is #7646EB. Grayscale: #989898. Windows color (decimal): -7751404 or 1358217. OLE color: 1358217.

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

Color convert

RGB 137 185 20 -
CMYK 0.26 0 0.89 0.27
HSL 77.45º 0.8% 0.4% -
HSV(B) 77.45º 0.89% 0.73% -
XYZ 27.79 40.07 6.93 -
YUV 151.84 53.6 117.42 -
System Red Green Blue C M Y K H S L
Decimal 137 185 20 0.26 0 0.89 0.27 77.45 0.8 0.4
Hex 89 B9 14 1A 0 59 1B 4D 50 28
Octal 211 271 24 32 0 131 33 115 120 50
Binary 10001001 10111001 10100 11010 0 1011001 11011 1001101 1010000 101000

Color Harmonies of #89B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B914

Black with #89B914

Text Example


Text Example

White with #89B914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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