Html Css Color HEX #899F2F Limerick

📋 copy color: '#899F2F'

red 137 ◦ green 159 ◦ blue 47

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

Shades of Limerick #899F2F

Tints of Limerick #899F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 39.94%
G = 46.36%
B = 13.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#899F2F (or 0x899F2F) is known color: Limerick. HEX triplet: 89, 9F and 2F. RGB value is (137,159,47). Sum of RGB (Red+Green+Blue) = 137+159+47=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #899F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899F2F is #7660D0. Grayscale: #8C8C8C. Windows color (decimal): -7758033 or 3121033. OLE color: 3121033.

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

Color convert

RGB 137 159 47 -
CMYK 0.14 0 0.70 0.38
HSL 71.79º 0.54% 0.4% -
HSV(B) 71.79º 0.7% 0.62% -
XYZ 23.23 30.32 7.32 -
YUV 139.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 137 159 47 0.14 0 0.70 0.38 71.79 0.54 0.4
Hex 89 9F 2F E 0 46 26 48 36 28
Octal 211 237 57 16 0 106 46 110 66 50
Binary 10001001 10011111 101111 1110 0 1000110 100110 1001000 110110 101000

Color Harmonies of #899F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F2F

Black with #899F2F

Text Example


Text Example

White with #899F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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