Html Css Color HEX #899F2D Limerick

📋 copy color: '#899F2D'

red 137 ◦ green 159 ◦ blue 45

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

Shades of Limerick #899F2D

Tints of Limerick #899F2D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 40.18%
G = 46.63%
B = 13.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#899F2D (or 0x899F2D) is known color: Limerick. HEX triplet: 89, 9F and 2D. RGB value is (137,159,45). Sum of RGB (Red+Green+Blue) = 137+159+45=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #899F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899F2D is #7660D2. Grayscale: #8B8B8B. Windows color (decimal): -7758035 or 2989961. OLE color: 2989961.

HSL color Cylindrical-coordinate representation of color #899F2D: hue angle of 71.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #899F2D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 159 45 -
CMYK 0.14 0 0.72 0.38
HSL 71.58º 0.56% 0.4% -
HSV(B) 71.58º 0.72% 0.62% -
XYZ 23.19 30.3 7.11 -
YUV 139.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 137 159 45 0.14 0 0.72 0.38 71.58 0.56 0.4
Hex 89 9F 2D E 0 48 26 48 38 28
Octal 211 237 55 16 0 110 46 110 70 50
Binary 10001001 10011111 101101 1110 0 1001000 100110 1001000 111000 101000

Color Harmonies of #899F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F2D

Black with #899F2D

Text Example


Text Example

White with #899F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899F2D; }

 p { color: rgb(137,159,45); }

 H1.HeaderClassName
 {
   color: #899F2D;
 }
 .AnyTagClassName
 {
   color: #899F2D;
 }
</style>

background-color css

<style>
 a { background-color: #899F2D; }

 a { background-color: rgb(137,159,45); }

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

border-color css

<style>
 span { border-color: #899F2D; }

 span { border-color: rgb(137,159,45); }

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