#89BF1D

Color #89BF1D Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #89BF1D

Tints of Limerick #89BF1D

Color information

#89BF1D (or 0x89BF1D) is unknown color: approx Limerick. HEX triplet: 89, BF and 1D. RGB value is (137,191,29). Sum of RGB (Red+Green+Blue) = 137+191+29=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF1D is #7640E2. Grayscale: #9C9C9C. Windows color (decimal): -7749859 or 1949577. OLE color: 1949577.

HSL color Cylindrical-coordinate representation of color #89BF1D: hue angle of 80º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89BF1D is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB13719129-
CMYK0.2800.850.25
HSL80º73.64%43.14%-
HSV(B)80º84.82%74.9%-
XYZ29.1742.677.86-
YUV156.3956.11114.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 29 (11.72% from 255) = 8.12%
R=38.38%
G=53.50%
B=8.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137191290.2800.850.258073.6443.14
Hex89BF1D1C05519504a2b
Octal211277353401253112011253
Binary10001001101111111110111100010101011100110100001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,191,29); }

 H1.HeaderClassName
 {
   color: #89BF1D;
 }
 .AnyTagClassName
 {
   color: #89BF1D;
 }
</style>
background-color css

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

 a { background-color: rgb(137,191,29); }

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

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

 span { border-color: rgb(137,191,29); }

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